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. With regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
