Skip to content

Commit

Permalink
sccache 0.3.1 for aarch64 linux
Browse files Browse the repository at this point in the history
  • Loading branch information
klensy committed Nov 15, 2024
1 parent 651b193 commit 7068b70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ci/docker/scripts/sccache.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ case "$(uname -m)" in
url="https://github.com/mozilla/sccache/releases/download/v0.3.3/sccache-v0.3.3-x86_64-unknown-linux-musl.tar.gz"
;;
aarch64)
url="https://ci-mirrors.rust-lang.org/rustc/2021-08-25-sccache-v0.2.15-aarch64-unknown-linux-musl"
# no aarch64 release for 0.3.3, so use this
url="https://github.com/mozilla/sccache/releases/download/v0.3.1/sccache-v0.3.1-aarch64-unknown-linux-musl.tar.gz"
;;
*)
echo "unsupported architecture: $(uname -m)"
Expand Down

0 comments on commit 7068b70

Please sign in to comment.