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<alex.ben...@linaro.org>
---
.gitlab-ci.d/container-cross.yml | 7 +++++++
tests/docker/Makefile.include | 2 ++
.../dockerfiles/debian-riscv64-test-cross.docker | 12 ++++++++++++
tests/tcg/configure.sh | 2 +-
4 files changed, 22 insertions(+), 1 deletion(-)
create mode 100644 tests/docker/dockerfiles/debian-riscv64-test-cross.docker
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~