mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-09 22:16:58 +02:00
eclass/rust: Sync with Gentoo
It's from Gentoo commit 19e4eb1d5f5229dfc0ec1f4bcf3cbb0c9ca4af5d.
This commit is contained in:
parent
bb091d91a6
commit
46c1a15ef8
@ -68,6 +68,7 @@ fi
|
|||||||
# Definitive list of Rust slots and the associated LLVM slot, newest first.
|
# Definitive list of Rust slots and the associated LLVM slot, newest first.
|
||||||
declare -A -g -r _RUST_LLVM_MAP=(
|
declare -A -g -r _RUST_LLVM_MAP=(
|
||||||
["9999"]=20
|
["9999"]=20
|
||||||
|
["1.89.0"]=20
|
||||||
["1.88.0"]=20
|
["1.88.0"]=20
|
||||||
["1.87.0"]=20
|
["1.87.0"]=20
|
||||||
["1.86.0"]=19
|
["1.86.0"]=19
|
||||||
@ -95,6 +96,7 @@ declare -A -g -r _RUST_LLVM_MAP=(
|
|||||||
# this array is used to store the Rust slots in a more convenient order for iteration.
|
# this array is used to store the Rust slots in a more convenient order for iteration.
|
||||||
declare -a -g -r _RUST_SLOTS_ORDERED=(
|
declare -a -g -r _RUST_SLOTS_ORDERED=(
|
||||||
"9999"
|
"9999"
|
||||||
|
"1.89.0"
|
||||||
"1.88.0"
|
"1.88.0"
|
||||||
"1.87.0"
|
"1.87.0"
|
||||||
"1.86.0"
|
"1.86.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user