diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2022-02-25 17:20:09 +0000 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2022-02-28 16:42:02 +0000 |
commit | 7d5817a426df652b7e45a0aa2a2ce0db6b8d8939 (patch) | |
tree | 92a03fd2ec94530583bdc64abc9fd5454d1aba7b /tests/tcg | |
parent | 89767579cad2e371bc966e6cc6094faca2743401 (diff) | |
download | qemu-7d5817a426df652b7e45a0aa2a2ce0db6b8d8939.zip qemu-7d5817a426df652b7e45a0aa2a2ce0db6b8d8939.tar.gz qemu-7d5817a426df652b7e45a0aa2a2ce0db6b8d8939.tar.bz2 |
tests/docker: introduce debian-riscv64-test-cross
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.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220225172021.3493923-7-alex.bennee@linaro.org>
Diffstat (limited to 'tests/tcg')
-rwxr-xr-x | tests/tcg/configure.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tcg/configure.sh b/tests/tcg/configure.sh index adc95d6..0663bd1 100755 --- a/tests/tcg/configure.sh +++ b/tests/tcg/configure.sh @@ -180,7 +180,7 @@ for target in $target_list; do ;; riscv64-*) container_hosts=x86_64 - container_image=debian-riscv64-cross + container_image=debian-riscv64-test-cross container_cross_cc=riscv64-linux-gnu-gcc ;; s390x-*) |