mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
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:
@@ -114,7 +114,7 @@ packages:
|
||||
- python3-venv
|
||||
- python3-yaml
|
||||
- rpm2cpio
|
||||
- rustc
|
||||
- rustc-1.77
|
||||
- sed
|
||||
- socat
|
||||
- sparse
|
||||
|
||||
@@ -112,7 +112,7 @@ packages:
|
||||
- python3-venv
|
||||
- python3-yaml
|
||||
- rpm2cpio
|
||||
- rustc
|
||||
- rustc-1.77
|
||||
- sed
|
||||
- socat
|
||||
- sparse
|
||||
|
||||
Reference in New Issue
Block a user