[PATCH 0/3] Drop 32-bit Windows as a supported platform

Peter Maydell posted 3 patches 9 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240220174412.155885-1-peter.maydell@linaro.org
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Thomas Huth <thuth@redhat.com>, Wainer dos Santos Moschetta <wainersm@redhat.com>, Beraldo Leal <bleal@redhat.com>, Yonggang Luo <luoyonggang@gmail.com>
There is a newer version of this series
docs/about/build-platforms.rst                |   2 +
docs/about/removed-features.rst               |  15 +++
.gitlab-ci.d/container-cross.yml              |   5 -
.gitlab-ci.d/crossbuilds.yml                  |  14 ---
.gitlab-ci.d/windows.yml                      |  84 +++++++------
.../dockerfiles/fedora-win32-cross.docker     | 111 ------------------
tests/lcitool/refresh                         |   5 -
7 files changed, 57 insertions(+), 179 deletions(-)
delete mode 100644 tests/docker/dockerfiles/fedora-win32-cross.docker
[PATCH 0/3] Drop 32-bit Windows as a supported platform
Posted by Peter Maydell 9 months, 1 week ago
This is the not-for-stable part of dropping 32-bit Windows support:
 * document it
 * drop the cross-win32-system job so we don't spend CI
   defending a config we no longer support
 * drop the shared-msys2 yaml template

I think the only thing remaining after this is to update the
website; I'll put together a merge request for that either
today or on Thursday.

Based-on: 20240220165602.135695-1-peter.maydell@linaro.org
(".gitlab-ci.d/windows.yml: Drop msys2-32bit job")

thanks
-- PMM


Peter Maydell (3):
  docs: Document that 32-bit Windows is unsupported
  .gitlab-ci.d: Drop cross-win32-system job
  .gitlab-ci.d/windows.yml: Remove shared-msys2 abstraction

 docs/about/build-platforms.rst                |   2 +
 docs/about/removed-features.rst               |  15 +++
 .gitlab-ci.d/container-cross.yml              |   5 -
 .gitlab-ci.d/crossbuilds.yml                  |  14 ---
 .gitlab-ci.d/windows.yml                      |  84 +++++++------
 .../dockerfiles/fedora-win32-cross.docker     | 111 ------------------
 tests/lcitool/refresh                         |   5 -
 7 files changed, 57 insertions(+), 179 deletions(-)
 delete mode 100644 tests/docker/dockerfiles/fedora-win32-cross.docker

-- 
2.34.1