File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ set -ex
66
77case " $( uname -m) " in
88 x86_64)
9- url=" https://ci-mirrors.rust-lang.org/rustc/2025-01-07 -sccache-v0.9.1 -x86_64-unknown-linux-musl"
9+ url=" https://ci-mirrors.rust-lang.org/rustc/2025-02-24 -sccache-v0.10.0 -x86_64-unknown-linux-musl"
1010 ;;
1111 aarch64)
12- url=" https://ci-mirrors.rust-lang.org/rustc/2025-01-07 -sccache-v0.9.1 -aarch64-unknown-linux-musl"
12+ url=" https://ci-mirrors.rust-lang.org/rustc/2025-02-24 -sccache-v0.10.0 -aarch64-unknown-linux-musl"
1313 ;;
1414 * )
1515 echo " unsupported architecture: $( uname -m) "
Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ IFS=$'\n\t'
88source " $( cd " $( dirname " $0 " ) " && pwd) /../shared.sh"
99
1010if isMacOS; then
11- curl -fo /usr/local/bin/sccache " ${MIRRORS_BASE} /2021-08-25 -sccache-v0.2.15 -x86_64-apple-darwin"
11+ curl -fo /usr/local/bin/sccache " ${MIRRORS_BASE} /2025-02-24 -sccache-v0.10.0 -x86_64-apple-darwin"
1212 chmod +x /usr/local/bin/sccache
1313elif isWindows; then
1414 mkdir -p sccache
15- curl -fo sccache/sccache.exe " ${MIRRORS_BASE} /2018-04-26 -sccache-x86_64-pc-windows-msvc"
15+ curl -fo sccache/sccache.exe " ${MIRRORS_BASE} /2025-02-24 -sccache-v0.10.0- x86_64-pc-windows-msvc.exe "
1616 ciCommandAddPath " $( pwd) /sccache"
1717fi
1818
You can’t perform that action at this time.
0 commit comments