mirror of
https://github.com/qemu/qemu.git
synced 2026-07-08 17:46:10 +00:00
pythondeps: bump to meson 1.11.1
Prior to 1.11.0, build with rust didn't use link_args. In QEMU case, it means that plugins could not work, since they rely on link_args to expose symbols from QEMU binary. https://mesonbuild.com/Release-notes-for-1-11-0.html#change-to-handling-of-linker-arguments-for-rust With this change, QEMU built with --enable-rust can pass all CI tests, including tests related to plugins. Suggested-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com> Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org> [Move from 1.11.0 to 1.11.1. - Paolo] Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
committed by
Paolo Bonzini
parent
aa15257174
commit
2c86fb811d
@@ -41,8 +41,8 @@ def main() -> int:
|
||||
parser.parse_args()
|
||||
|
||||
packages = {
|
||||
"meson==1.10.0":
|
||||
"4b27aafce281e652dcb437b28007457411245d975c48b5db3a797d3e93ae1585",
|
||||
"meson==1.11.1":
|
||||
"9b3a023657e393dbc5335b95c561337d49b7a458f5541e47ec44f2cc566e0d80",
|
||||
"qemu.qmp==0.0.5":
|
||||
"e05782d6df5844b34e0d2f7c68693525da074deef7b641c1401dda6e4e3d6303",
|
||||
"pycotap==1.3.1":
|
||||
|
||||
Binary file not shown.
BIN
python/wheels/meson-1.11.1-py3-none-any.whl
Normal file
BIN
python/wheels/meson-1.11.1-py3-none-any.whl
Normal file
Binary file not shown.
@@ -19,12 +19,12 @@
|
||||
|
||||
[meson]
|
||||
# The install key should match the version in python/wheels/
|
||||
meson = { accepted = ">=1.5.0", installed = "1.10.0", canary = "meson" }
|
||||
meson = { accepted = ">=1.5.0", installed = "1.11.1", canary = "meson" }
|
||||
pycotap = { accepted = ">=1.1.0", installed = "1.3.1" }
|
||||
|
||||
[meson-rust]
|
||||
# The install key should match the version in python/wheels/
|
||||
meson = { accepted = ">=1.10.0", installed = "1.10.0", canary = "meson" }
|
||||
meson = { accepted = ">=1.11.0", installed = "1.11.1", canary = "meson" }
|
||||
|
||||
[docs]
|
||||
# Please keep the installed versions in sync with docs/requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user