]> www.infradead.org Git - users/dwmw2/qemu.git/commitdiff
tests/docker: use debian-all-test-cross for mips64el tests
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 10 Sep 2024 17:38:53 +0000 (18:38 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 10 Sep 2024 22:33:03 +0000 (23:33 +0100)
While the mips64el cross compilation environment is busted in Debian
we can use the debian-all-test-cross image for building TCG tests like
we do in the CI.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20240910173900.4154726-4-alex.bennee@linaro.org>

configure

index d08b71f14b0f3701804bc85536d8eadbdcf87ce9..39a284ddfedd42fa8af1d09e6943192f6f4c01cd 100755 (executable)
--- a/configure
+++ b/configure
@@ -1328,7 +1328,7 @@ probe_target_compiler() {
         container_cross_prefix=microblaze-linux-musl-
         ;;
       mips64el)
-        container_image=debian-mips64el-cross
+        container_image=debian-all-test-cross
         container_cross_prefix=mips64el-linux-gnuabi64-
         ;;
       tricore)