[PATCH v2 03/10] tests/docker: use debian-all-test-cross for mips64el tests

Alex Bennée posted 10 patches 2 months, 2 weeks ago
[PATCH v2 03/10] tests/docker: use debian-all-test-cross for mips64el tests
Posted by Alex Bennée 2 months, 2 weeks ago
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.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)
-- 
2.39.2
Re: [PATCH v2 03/10] tests/docker: use debian-all-test-cross for mips64el tests
Posted by Richard Henderson 2 months, 2 weeks ago
On 9/10/24 10:38, Alex Bennée wrote:
> 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.
> 
> Signed-off-by: Alex Bennée<alex.bennee@linaro.org>
> ---
>   configure | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~