]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
gitlab: Stop cross-testing for 32-bit MIPS hosts
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 9 Oct 2025 19:52:05 +0000 (21:52 +0200)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 16 Oct 2025 21:53:19 +0000 (14:53 -0700)
32-bit host support is deprecated since commit 6d701c9bac1
("meson: Deprecate 32-bit host support"). Next commits will
remove support for 32-bit MIPS hosts. Stop cross-building
QEMU on our CI.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20251009195210.33161-3-philmd@linaro.org>

.gitlab-ci.d/container-cross.yml
.gitlab-ci.d/crossbuilds.yml

index 8d3be53b75b232fa125788380103fe76661c85f2..0fd7341afac01f494be61a7c32b869e99e5ec59a 100644 (file)
@@ -52,12 +52,6 @@ mips64el-debian-cross-container:
   variables:
     NAME: debian-mips64el-cross
 
-mipsel-debian-cross-container:
-  extends: .container_job_template
-  stage: containers
-  variables:
-    NAME: debian-mipsel-cross
-
 ppc64el-debian-cross-container:
   extends: .container_job_template
   stage: containers
index 8ff0c27f74d659f989b9efaaa904c81a2915da2b..99dfa7eea6fc47c8d1925a8d5a533d92af44c65a 100644 (file)
@@ -68,20 +68,6 @@ cross-i686-tci:
     # would otherwise be using a parallelism of 9.
     MAKE_CHECK_ARGS: check check-tcg -j2
 
-cross-mipsel-system:
-  extends: .cross_system_build_job
-  needs:
-    - job: mipsel-debian-cross-container
-  variables:
-    IMAGE: debian-mipsel-cross
-
-cross-mipsel-user:
-  extends: .cross_user_build_job
-  needs:
-    - job: mipsel-debian-cross-container
-  variables:
-    IMAGE: debian-mipsel-cross
-
 cross-mips64el-system:
   extends: .cross_system_build_job
   needs: