mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06: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:
parent
a9e0c9c0f1
commit
641f1c5386
15 changed files with 29 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue