Actions
Task #8381
openrust: auto-detect suitable rust version in ./configure
Effort:
Difficulty:
Label:
Description
On Ubuntu 22.04 and 24.04, rustc is 1.75.0. However, more versions, like 1.89.0 are available, but get installed as cargo-1.89, rustc-1.89, etc.
This is currently supported with environment variables, for example:
RUSTC=rustc-1.89 CARGO=cargo-1.89 ./configure
But what I'm wondering is if ./configure should be smarter. If the default rustc is too old, should we check for newer versions?
Actions