Re: [PATCH v1 05/11] tests/docker: introduce debian-riscv64-test-cross

2022-02-11 Thread Richard Henderson
On 2/12/22 03:03, Alex Bennée wrote: Cross building QEMU for riscv64 still involves messing about with sid and ports. However for building tests we can have a slimmer compiler only container which should be more stable. Signed-off-by: Alex Bennée --- .gitlab-ci.d/container-cross.yml

[PATCH v1 05/11] tests/docker: introduce debian-riscv64-test-cross

2022-02-11 Thread Alex Bennée
Cross building QEMU for riscv64 still involves messing about with sid and ports. However for building tests we can have a slimmer compiler only container which should be more stable. Signed-off-by: Alex Bennée --- .gitlab-ci.d/container-cross.yml | 7 +++ tests/docker/Ma