lcitool: use newer Rust for Debian and Ubuntu

On Debian, the rustc-web package provides a newer Rust compiler (1.78)
for all architectures except mips64el.

On Ubuntu, Rust versions up to 1.80 (?) are available as of this writing
for both Jammy (22.04) and Noble (24.04).  However, the path to rustc
and rustdoc must be provided by hand to the configure script using
either command line arguments or environment variables.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Paolo Bonzini 2025-05-02 10:21:42 +02:00
parent a9e0c9c0f1
commit 641f1c5386
15 changed files with 29 additions and 17 deletions

View file

@ -114,7 +114,7 @@ packages:
- python3-venv
- python3-yaml
- rpm2cpio
- rustc
- rustc-1.77
- sed
- socat
- sparse

View file

@ -112,7 +112,7 @@ packages:
- python3-venv
- python3-yaml
- rpm2cpio
- rustc
- rustc-1.77
- sed
- socat
- sparse