From 5bd7492ec892ce5373c0bac6841e87d729514714 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 28 Apr 2025 07:16:23 +0000 Subject: [PATCH] eclass/rust: Sync with Gentoo It's from Gentoo commit 7c06fc841e0504a3031feab008b40cec64a4cc5d. --- sdk_container/src/third_party/portage-stable/eclass/rust.eclass | 2 ++ 1 file changed, 2 insertions(+) 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 a9ccfed4cf..2cc0dd7d23 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/rust.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/rust.eclass @@ -68,6 +68,7 @@ fi # Definitive list of Rust slots and the associated LLVM slot, newest first. declare -A -g -r _RUST_LLVM_MAP=( ["9999"]=20 + ["1.87.0"]=20 ["1.86.0"]=19 ["1.85.1"]=19 ["1.85.0"]=19 @@ -94,6 +95,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.87.0" "1.86.0" "1.85.1" "1.85.0"