.gitlab-ci.d/windows.yml: Drop msys2-32bit job
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 20 Feb 2024 16:56:02 +0000 (16:56 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 22 Feb 2024 12:42:42 +0000 (12:42 +0000)
commit5cd3ae4903e33982e7a9bbd04674af517e796d6e
tree8c7e66a5d846182160821f27cb856a6403a7ec1d
parent760b4dcdddba4a40b9fa0eb78fdfc7eda7cb83d0
.gitlab-ci.d/windows.yml: Drop msys2-32bit job

MSYS2 is dropping support for 32-bit Windows.  This shows up for us
as various packages we were using in our CI job no longer being
available to install, which causes the job to fail.  In commit
8e31b744fdf we dropped the dependency on libusb and spice, but the
dtc package has also now been removed.

For us as QEMU upstream, "32 bit x86 hosts for system emulation" have
already been deprecated as of QEMU 8.0, so we are ready to drop them
anyway.

Drop the msys2-32bit CI job, as the first step in doing this.

This is cc'd to stable, because this job will also be broken for CI
on the stable branches.  We can't drop 32-bit support entirely there,
but we will still be covering at least compilation for 32-bit Windows
via the cross-win32-system job.

Cc: qemu-stable@nongnu.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-id: 20240220165602.135695-1-peter.maydell@linaro.org
.gitlab-ci.d/windows.yml