amazonlinux / amazon-linux-2023

Amazon Linux 2023
https://aws.amazon.com/linux/amazon-linux-2023/
Other
500 stars 38 forks source link

[Feature Request] - update rust to 1.7x #652

Closed daniejstriata closed 1 month ago

daniejstriata commented 3 months ago

As it stands the version of Rust being 1.68 is becoming too old. Even EPEL 7 can install rust 1.72 at this time. I need to build 389-ds-base (from Stream 9) to try and get FreeIPA Server and client installed, which requires rust 1.70+

matejsp commented 3 months ago

Latest is 1.77.0 ... 1.68 is indeed quite dated. And based on: https://docs.kernel.org/process/changes.html Minimal required rust version is now 1.76.0

matejsp commented 1 month ago

I managed to install 1.75 from AlmaLinux:

dnf install https://repo.almalinux.org/almalinux/9/AppStream/x86_64/os/Packages/cargo-1.75.0-1.el9.x86_64.rpm https://repo.almalinux.org/almalinux/9/AppStream/x86_64/os/Packages/rust-1.75.0-1.el9.x86_64.rpm https://repo.almalinux.org/almalinux/9/AppStream/x86_64/os/Packages/rust-std-static-1.75.0-1.el9.x86_64.rpm https://repo.almalinux.org/almalinux/9/AppStream/x86_64/os/Packages/llvm-libs-17.0.6-5.el9.x86_64.rpm