Skip to content

Commit fa6fa5e

Browse files
committed
sccache 0.3.1 for aarch64 linux
1 parent 88e7787 commit fa6fa5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ci/docker/scripts/sccache.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ 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-
url="https://ci-mirrors.rust-lang.org/rustc/2021-08-25-sccache-v0.2.15-aarch64-unknown-linux-musl"
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"
1314
;;
1415
*)
1516
echo "unsupported architecture: $(uname -m)"

0 commit comments

Comments
 (0)