mirror of
https://github.com/xemu-project/xemu.git
synced 2026-07-11 01:24:41 +02:00
rust: add back to Ubuntu 22.04 jobs
Ubuntu is now including updated versions of Rust (up to 1.85) for its LTS releases. Adjust the CI containers and re-add --enable-rust to the Ubuntu jobs. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
@@ -117,14 +117,14 @@ Rust build dependencies
|
||||
a newer version using ``cargo install bindgen-cli``.
|
||||
|
||||
QEMU requires Rust 1.83.0. This is available on all supported platforms
|
||||
with two exception: Ubuntu LTS releases 22.04 and 24.04, and the
|
||||
``mips64el`` architecture on Debian bookworm. For all other
|
||||
except for the ``mips64el`` architecture on Debian bookworm. For all other
|
||||
architectures, Debian bookworm provides a new-enough Rust compiler
|
||||
in the ``rustc-web`` package.
|
||||
|
||||
It is expected that in the future Ubuntu will provide updated packages
|
||||
like the existing ``rustc-1.82`` package. The path to ``rustc`` and
|
||||
``rustdoc`` will have to be provided manually to the configure script.
|
||||
For Ubuntu 22.04 ("Jammy") and 24.04 ("Noble") updated versions of
|
||||
Rust are available through packages such as ``rustc-1.83`` package;
|
||||
the path to ``rustc`` and ``rustdoc`` has to be provided manually to
|
||||
the configure script.
|
||||
|
||||
Some distros prefer to avoid vendored crate sources, and instead use
|
||||
local sources from e.g. ``/usr/share/cargo/registry``. QEMU includes a
|
||||
|
||||
Reference in New Issue
Block a user