amazon-linux-2023 icon indicating copy to clipboard operation
amazon-linux-2023 copied to clipboard

[Feature Request] - update rust to 1.7x

Open danie-dejager opened this issue 1 year ago • 2 comments

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+

danie-dejager avatar Mar 08 '24 19:03 danie-dejager

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 avatar Mar 28 '24 07:03 matejsp

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

matejsp avatar May 13 '24 10:05 matejsp