qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] buildsys: Bump meson version to build on macOS Sonoma
@ 2023-11-09 16:05 Philippe Mathieu-Daudé
  2023-11-09 16:05 ` [PATCH v2 1/2] buildsys: Bump minimal meson version required to v1.2.3 Philippe Mathieu-Daudé
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Philippe Mathieu-Daudé @ 2023-11-09 16:05 UTC (permalink / raw)
  To: John Snow, qemu-devel, Paolo Bonzini
  Cc: Beraldo Leal, Rene Engel, Wainer dos Santos Moschetta,
	Alex Bennée, Philippe Mathieu-Daudé, Thomas Huth,
	Peter Maydell, Howard Spoelstra, Daniel P . Berrangé

macOS 14 "Sonoma" was released end of September 2023,
developers who upgraded they host can not build QEMU
anymore because meson v0.63.3 is too old.
Bump to a working version. Test our CI covered hosts
also work.

Based-on: <20231108162022.76189-1-philmd@linaro.org>
  "cirrus CI: Upgrade macOS to 13 (Ventura)"
Supersedes: <20231108183251.80572-1-philmd@linaro.org>
  "buildsys: Use host meson on macOS Sonoma (14)"

Philippe Mathieu-Daudé (2):
  buildsys: Bump minimal meson version required to v1.2.3
  .gitlab-ci.d/cirrus: Add manual testing of macOS 14 (Sonoma)

 .gitlab-ci.d/cirrus.yml                     |  16 ++++++++++++++++
 .gitlab-ci.d/cirrus/macos-14.vars           |  16 ++++++++++++++++
 python/wheels/meson-0.63.3-py3-none-any.whl | Bin 926526 -> 0 bytes
 python/wheels/meson-1.2.3-py3-none-any.whl  | Bin 0 -> 964928 bytes
 pythondeps.toml                             |   2 +-
 tests/lcitool/libvirt-ci                    |   2 +-
 tests/lcitool/refresh                       |   1 +
 7 files changed, 35 insertions(+), 2 deletions(-)
 create mode 100644 .gitlab-ci.d/cirrus/macos-14.vars
 delete mode 100644 python/wheels/meson-0.63.3-py3-none-any.whl
 create mode 100644 python/wheels/meson-1.2.3-py3-none-any.whl

-- 
2.41.0



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2023-11-10  8:35 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-09 16:05 [PATCH v2 0/2] buildsys: Bump meson version to build on macOS Sonoma Philippe Mathieu-Daudé
2023-11-09 16:05 ` [PATCH v2 1/2] buildsys: Bump minimal meson version required to v1.2.3 Philippe Mathieu-Daudé
2023-11-09 17:01   ` Paolo Bonzini
2023-11-09 21:21     ` John Snow
2023-11-09 22:00       ` BALATON Zoltan
2023-11-10  8:34         ` Paolo Bonzini
2023-11-09 22:10       ` Philippe Mathieu-Daudé
2023-11-09 22:12     ` Philippe Mathieu-Daudé
2023-11-09 16:05 ` [PATCH v2 2/2] .gitlab-ci.d/cirrus: Add manual testing of macOS 14 (Sonoma) Philippe Mathieu-Daudé
2023-11-09 17:30 ` [PATCH v2 0/2] buildsys: Bump meson version to build on macOS Sonoma Paolo Bonzini

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).