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

Philippe Mathieu-Daudé posted 2 patches 1 year ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20231109160504.93677-1-philmd@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>
.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
[PATCH v2 0/2] buildsys: Bump meson version to build on macOS Sonoma
Posted by Philippe Mathieu-Daudé 1 year ago
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


Re: [PATCH v2 0/2] buildsys: Bump meson version to build on macOS Sonoma
Posted by Paolo Bonzini 1 year ago
Queued, thanks.

Paolo