diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2025-04-29 10:43:16 +0200 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2025-06-03 22:42:18 +0200 |
| commit | 0074a471477d56723bd6fd044b78c30ff5958f56 (patch) | |
| tree | 0ba22caf345e0f1fe0e47868dacf543b4688792c /tests | |
| parent | b652d512855997ec89c78aa540aceadd5af13724 (diff) | |
| download | focaccia-qemu-0074a471477d56723bd6fd044b78c30ff5958f56.tar.gz focaccia-qemu-0074a471477d56723bd6fd044b78c30ff5958f56.zip | |
meson: update to version 1.8.1
This adds several improvements to Rust support, including native clippy and rustdoc targets, the "objects" keyword, and running doctests. Require it only when Rust support is requested, to avoid putting a strict requirement on all build platforms for the sake of an experimental feature. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/lcitool/mappings.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/lcitool/mappings.yml b/tests/lcitool/mappings.yml index 673baf3936..8f0e95e1c5 100644 --- a/tests/lcitool/mappings.yml +++ b/tests/lcitool/mappings.yml @@ -8,6 +8,10 @@ mappings: meson: OpenSUSELeap15: + # Use Meson from PyPI wherever Rust is enabled + Debian: + Fedora: + Ubuntu: python3: OpenSUSELeap15: python311-base @@ -72,7 +76,7 @@ mappings: pypi_mappings: # Request more recent version meson: - default: meson==1.5.0 + default: meson==1.8.1 # Drop packages that need devel headers python3-numpy: |