On 10/16/25 00:59, Daniel P. Berrangé wrote:
On Wed, Oct 15, 2025 at 02:38:35PM -0700, Richard Henderson wrote:
From: Philippe Mathieu-Daudé <[email protected]>
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é <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Reviewed-by: Thomas Huth <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
Message-ID: <[email protected]>
---
.gitlab-ci.d/container-cross.yml | 6 ------
.gitlab-ci.d/crossbuilds.yml | 14 --------------
2 files changed, 20 deletions(-)
diff --git a/.gitlab-ci.d/container-cross.yml b/.gitlab-ci.d/container-cross.yml
index 8d3be53b75..0fd7341afa 100644
--- a/.gitlab-ci.d/container-cross.yml
+++ b/.gitlab-ci.d/container-cross.yml
@@ -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
The input to this job is
tests/docker/dockerfiles/debian-mipsel-cross.docker
which should thus also be deleted, along with removal
of the line from tests/lcitool/refresh that generates
it.
Yes. As I mentioned in the cover, I'm leaving the docker updates from Phil's patch set to
Alex.
r~