mbox series

[v2,0/2] buildsys: Bump meson version to build on macOS Sonoma

Message ID 20231109160504.93677-1-philmd@linaro.org
Headers show
Series buildsys: Bump meson version to build on macOS Sonoma | expand

Message

Philippe Mathieu-Daudé Nov. 9, 2023, 4:05 p.m. UTC
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

Comments

Paolo Bonzini Nov. 9, 2023, 5:30 p.m. UTC | #1
Queued, thanks.

Paolo