Skip to content

Commit 1a1e889

Browse files
philmdbonzini
authored andcommitted
buildsys: Bump known good meson version to v1.2.3
We need meson v1.2.3 to build QEMU on macOS Sonoma. It also builds fine all our CI jobs (as tested by also bumping "accepted" in pythondeps.toml), so let's use it as our "good enough" packaged wheel. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1939 Suggested-by: Paolo Bonzini <[email protected]> Signed-off-by: Philippe Mathieu-Daudé <[email protected]> Message-ID: <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]>
1 parent 6dc8a88 commit 1a1e889

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

python/scripts/vendor.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ def main() -> int:
4141
parser.parse_args()
4242

4343
packages = {
44-
"meson==0.63.3":
45-
"d677b809c4895dcbaac9bf6c43703fcb3609a4b24c6057c78f828590049cf43a",
44+
"meson==1.2.3":
45+
"4533a43c34548edd1f63a276a42690fce15bde9409bcf20c4b8fa3d7e4d7cac1",
4646

4747
"tomli==2.0.1":
4848
"939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc",
-905 KB
Binary file not shown.
942 KB
Binary file not shown.

pythondeps.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
[meson]
2121
# The install key should match the version in python/wheels/
22-
meson = { accepted = ">=0.63.0", installed = "0.63.3", canary = "meson" }
22+
meson = { accepted = ">=0.63.0", installed = "1.2.3", canary = "meson" }
2323

2424
[docs]
2525
sphinx = { accepted = ">=1.6", installed = "5.3.0", canary = "sphinx-build" }

0 commit comments

Comments
 (0)