Skip to content

Commit b106ac9

Browse files
committed
Revert "sccache 0.3.1 for aarch64 linux"
This reverts commit fa6fa5e.
1 parent fa6fa5e commit b106ac9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ci/docker/scripts/sccache.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ case "$(uname -m)" in
99
url="https://github.com/mozilla/sccache/releases/download/v0.3.3/sccache-v0.3.3-x86_64-unknown-linux-musl.tar.gz"
1010
;;
1111
aarch64)
12-
# no aarch64 release for 0.3.3, so use this
13-
url="https://github.com/mozilla/sccache/releases/download/v0.3.1/sccache-v0.3.1-aarch64-unknown-linux-musl.tar.gz"
12+
url="https://ci-mirrors.rust-lang.org/rustc/2021-08-25-sccache-v0.2.15-aarch64-unknown-linux-musl"
1413
;;
1514
*)
1615
echo "unsupported architecture: $(uname -m)"

0 commit comments

Comments
 (0)