mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 06:31:18 +02:00
eclass/rust: Sync with Gentoo
It's from Gentoo commit 3ab7539f2f0bf97b90c22d860a91bcbe321f4a0e.
This commit is contained in:
parent
48d782d628
commit
5898472f6f
@ -68,7 +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.86"]=19
|
["1.86.0"]=19
|
||||||
["1.85.1"]=19
|
["1.85.1"]=19
|
||||||
["1.85.0"]=19
|
["1.85.0"]=19
|
||||||
["1.84.1"]=19
|
["1.84.1"]=19
|
||||||
@ -94,7 +94,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.86"
|
"1.86.0"
|
||||||
"1.85.1"
|
"1.85.1"
|
||||||
"1.85.0"
|
"1.85.0"
|
||||||
"1.84.1"
|
"1.84.1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user