File tree 2 files changed +2
-5
lines changed
2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 6
6
7
7
case " $( uname -m) " in
8
8
x86_64)
9
- url=" https://github.com/mozilla/ sccache/releases/download/v0.3.3/sccache -v0.3.3 -x86_64-unknown-linux-musl.tar.gz "
9
+ url=" https://ci-mirrors.rust-lang.org/rustc/2021-08-24- sccache-v0.2.15 -x86_64-unknown-linux-musl"
10
10
;;
11
11
aarch64)
12
12
url=" https://ci-mirrors.rust-lang.org/rustc/2021-08-25-sccache-v0.2.15-aarch64-unknown-linux-musl"
@@ -16,7 +16,5 @@ case "$(uname -m)" in
16
16
exit 1
17
17
esac
18
18
19
- curl -fLo sccache.tar.gz " ${url} "
20
- tar zxvf sccache.tar.gz --wildcards --no-anchored ' sccache' --strip-components=1
21
- cp sccache /usr/local/bin/sccache
19
+ curl -fo /usr/local/bin/sccache " ${url} "
22
20
chmod +x /usr/local/bin/sccache
Original file line number Diff line number Diff line change @@ -279,6 +279,5 @@ if [ "$RUN_CHECK_WITH_PARALLEL_QUERIES" != "" ]; then
279
279
fi
280
280
281
281
echo " ::group::sccache stats"
282
- sccache --version || true
283
282
sccache --show-stats || true
284
283
echo " ::endgroup::"
You can’t perform that action at this time.
0 commit comments