From: Alex Bennée Date: Tue, 10 Sep 2024 17:38:53 +0000 (+0100) Subject: tests/docker: use debian-all-test-cross for mips64el tests X-Git-Tag: v9.2.0-rc0~94^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=320d2a9d1346e53e5708a58265a7d0376b763e55;p=thirdparty%2Fqemu.git tests/docker: use debian-all-test-cross for mips64el tests 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 Signed-off-by: Alex Bennée Message-Id: <20240910173900.4154726-4-alex.bennee@linaro.org> --- diff --git a/configure b/configure index d08b71f14b0..39a284ddfed 100755 --- 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)