mirror of
https://github.com/qemu/qemu.git
synced 2026-04-05 21:46:25 +00:00
The first version of openSUSE 15 has been released in 2018, and according to our support policy, we "support the most recent major version at all times for up to five years after its initial release." Since openSUSE 16 has been released a while ago, and openSUSE is clearly older than 5 years already, it's time to update to version 16 now. Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Message-ID: <20260316135407.209072-3-thuth@redhat.com> Message-ID: <20260320155107.2143191-7-alex.bennee@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
33 lines
539 B
YAML
33 lines
539 B
YAML
mappings:
|
|
# Too old on Ubuntu 22.04; we install it from cargo instead
|
|
bindgen:
|
|
Ubuntu2204:
|
|
|
|
meson:
|
|
# Use Meson from PyPI wherever Rust is enabled
|
|
Debian:
|
|
Fedora:
|
|
Ubuntu:
|
|
|
|
python3-tomli:
|
|
# test using tomllib
|
|
apk:
|
|
Fedora:
|
|
Debian12:
|
|
|
|
rust:
|
|
Debian12: rustc-web
|
|
Ubuntu2204: rustc-1.83
|
|
Ubuntu2404: rustc-1.83
|
|
|
|
pypi_mappings:
|
|
# Request more recent version
|
|
meson:
|
|
default: meson==1.8.1
|
|
|
|
# Drop packages that need devel headers
|
|
python3-tomli:
|
|
apk:
|
|
Fedora:
|
|
Debian12:
|