From: Peter Maydell <peter.maydell@linaro.org>
To: qemu-devel@nongnu.org
Cc: "Alex Bennée" <alex.bennee@linaro.org>,
"Daniel P. Berrangé" <berrange@redhat.com>,
"Thomas Huth" <thuth@redhat.com>,
"Yonggang Luo" <luoyonggang@gmail.com>
Subject: [PATCH v2 0/3] Drop 32-bit Windows as a supported platform
Date: Thu, 22 Feb 2024 13:09:17 +0000 [thread overview]
Message-ID: <20240222130920.362517-1-peter.maydell@linaro.org> (raw)
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
v2 changes:
- drop now-unused MINGW_TARGET variable
- document why we need to set MSYSTEM
- restore comment text truncated in commit 11961d08fcbddf
- add missing Signed-off-by line to patch 1 :-)
Based-on: 20240220165602.135695-1-peter.maydell@linaro.org
(".gitlab-ci.d/windows.yml: Drop msys2-32bit job")
I haven't done anything about possible adjustment of
what we cover with Windows compiles; we can do that as a
separate patch afterwards if we want to.
Patches 1 and 2 have been reviewed, so only 3 needs attention.
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 | 85 +++++++-------
.../dockerfiles/fedora-win32-cross.docker | 111 ------------------
tests/lcitool/refresh | 5 -
7 files changed, 58 insertions(+), 179 deletions(-)
delete mode 100644 tests/docker/dockerfiles/fedora-win32-cross.docker
--
2.34.1
next reply other threads:[~2024-02-22 13:10 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-22 13:09 Peter Maydell [this message]
2024-02-22 13:09 ` [PATCH v2 1/3] docs: Document that 32-bit Windows is unsupported Peter Maydell
2024-02-22 13:09 ` [PATCH v2 2/3] .gitlab-ci.d: Drop cross-win32-system job Peter Maydell
2024-02-22 13:09 ` [PATCH v2 3/3] .gitlab-ci.d/windows.yml: Remove shared-msys2 abstraction Peter Maydell
2024-02-22 13:11 ` Daniel P. Berrangé
2024-02-22 13:12 ` Philippe Mathieu-Daudé
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240222130920.362517-1-peter.maydell@linaro.org \
--to=peter.maydell@linaro.org \
--cc=alex.bennee@linaro.org \
--cc=berrange@redhat.com \
--cc=luoyonggang@gmail.com \
--cc=qemu-devel@nongnu.org \
--cc=thuth@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).