about summary refs log tree commit diff
path: root/src/ci/docker/scripts/sccache.sh
blob: 4c03419894e7cac95a9af3796e6132fa0420b509 (plain)
1
2
3
4
5
6
set -ex

curl -fo /usr/local/bin/sccache \
  https://s3-us-west-1.amazonaws.com/rust-lang-ci2/rust-ci-mirror/2018-04-02-sccache-x86_64-unknown-linux-musl

chmod +x /usr/local/bin/sccache