diff options
| author | Alex Bennée <alex.bennee@linaro.org> | 2024-09-10 18:38:53 +0100 |
|---|---|---|
| committer | Alex Bennée <alex.bennee@linaro.org> | 2024-09-10 23:33:03 +0100 |
| commit | 320d2a9d1346e53e5708a58265a7d0376b763e55 (patch) | |
| tree | e1635cbea901df2bbe0e00daef4250c8dac2288b | |
| parent | 19d2111059c87d3f58349f27b9be9dee81fc1681 (diff) | |
| download | focaccia-qemu-320d2a9d1346e53e5708a58265a7d0376b763e55.tar.gz focaccia-qemu-320d2a9d1346e53e5708a58265a7d0376b763e55.zip | |
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 <richard.henderson@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20240910173900.4154726-4-alex.bennee@linaro.org>
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index d08b71f14b..39a284ddfe 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) |