2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ set -ex
6
6
7
7
case " $( uname -m) " in
8
8
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"
10
10
;;
11
11
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"
13
13
;;
14
14
* )
15
15
echo " unsupported architecture: $( uname -m) "
Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ IFS=$'\n\t'
8
8
source " $( cd " $( dirname " $0 " ) " && pwd) /../shared.sh"
9
9
10
10
if 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"
12
12
chmod +x /usr/local/bin/sccache
13
13
elif isWindows; then
14
14
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 "
16
16
ciCommandAddPath " $( pwd) /sccache"
17
17
fi
18
18
0 commit comments