From ae867281a7cf678319d4d879e35d2f45d0c3a1a6 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 13 Oct 2025 07:10:16 +0000 Subject: [PATCH] eclass/rust: Sync with Gentoo It's from Gentoo commit 3c033fa00935d37f7680f2febc1aa6953d1d8709. Signed-off-by: Flatcar Buildbot --- .../src/third_party/portage-stable/eclass/rust.eclass | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/portage-stable/eclass/rust.eclass b/sdk_container/src/third_party/portage-stable/eclass/rust.eclass index 3c9693e00f..309a3f4d5d 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/rust.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/rust.eclass @@ -67,7 +67,9 @@ fi # @DESCRIPTION: # Definitive list of Rust slots and the associated LLVM slot, newest first. declare -A -g -r _RUST_LLVM_MAP=( - ["9999"]=20 + ["9999"]=21 + ["1.91.0"]=21 + ["1.90.0"]=20 ["1.89.0"]=20 ["1.88.0"]=20 ["1.87.0"]=20 @@ -96,6 +98,7 @@ declare -A -g -r _RUST_LLVM_MAP=( # this array is used to store the Rust slots in a more convenient order for iteration. declare -a -g -r _RUST_SLOTS_ORDERED=( "9999" + "1.90.0" "1.89.0" "1.88.0" "1.87.0"