File tree 3 files changed +7
-5
lines changed
3 files changed +7
-5
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 @@ -279,5 +279,5 @@ if [ "$RUN_CHECK_WITH_PARALLEL_QUERIES" != "" ]; then
279
279
fi
280
280
281
281
echo " ::group::sccache stats"
282
- sccache --show-stats || true
282
+ sccache --show-adv- stats || true
283
283
echo " ::endgroup::"
Original file line number Diff line number Diff line change @@ -8,11 +8,13 @@ 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 \
12
+ " ${MIRRORS_BASE} /2025-02-24-sccache-v0.10.0-x86_64-apple-darwin"
12
13
chmod +x /usr/local/bin/sccache
13
14
elif isWindows; then
14
15
mkdir -p sccache
15
- curl -fo sccache/sccache.exe " ${MIRRORS_BASE} /2018-04-26-sccache-x86_64-pc-windows-msvc"
16
+ curl -fo sccache/sccache.exe \
17
+ " ${MIRRORS_BASE} /2025-02-24-sccache-v0.10.0-x86_64-pc-windows-msvc.exe"
16
18
ciCommandAddPath " $( pwd) /sccache"
17
19
fi
18
20
You can’t perform that action at this time.
0 commit comments