mbox series

[0/2] gitlab-ci: Add riscv64 cross builds

Message ID 20210914185830.1378771-1-richard.henderson@linaro.org
Headers show
Series gitlab-ci: Add riscv64 cross builds | expand

Message

Richard Henderson Sept. 14, 2021, 6:58 p.m. UTC
The only tcg host that does not have build coverage is riscv64.
Filling this hole will help with tcg reorgs I have in the works.

Thanks to Alex for help debugging the docker image creation.


r~


Alex Bennée (1):
  tests/docker: promote debian-riscv64-cross to a full image

Richard Henderson (1):
  gitlab: Add cross-riscv64-system, cross-riscv64-user

 .gitlab-ci.d/container-cross.yml              |  1 -
 .gitlab-ci.d/crossbuilds.yml                  | 14 ++++++
 tests/docker/Makefile.include                 |  2 -
 .../dockerfiles/debian-riscv64-cross.docker   | 46 +++++++++++++++++--
 4 files changed, 55 insertions(+), 8 deletions(-)

-- 
2.25.1

Comments

Alex Bennée Sept. 15, 2021, 6:15 a.m. UTC | #1
Richard Henderson <richard.henderson@linaro.org> writes:

> The only tcg host that does not have build coverage is riscv64.

> Filling this hole will help with tcg reorgs I have in the works.

>

> Thanks to Alex for help debugging the docker image creation.


Queued to testing/next, thanks.

-- 
Alex Bennée