diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2018-03-01 14:50:50 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2018-04-02 12:24:50 -0700 |
| commit | 64f7e11fc31d9fba6bce5ab31fc0d59691650f3c (patch) | |
| tree | b4b370f6f7b8f8b2b5110be1d8be52ac5e8ba1a3 /src/ci/docker/scripts | |
| parent | 097efa9a998d4f3a4aee3af126e8f8a9eba1ae07 (diff) | |
| download | rust-64f7e11fc31d9fba6bce5ab31fc0d59691650f3c.tar.gz rust-64f7e11fc31d9fba6bce5ab31fc0d59691650f3c.zip | |
Update sccache to its master branch
Ideally I'd like to soon enable sccache for rustbuild itself and some of the stage0 tools, but for that to work we'll need some better Rust support than the pretty old version we were previously using!
Diffstat (limited to 'src/ci/docker/scripts')
| -rw-r--r-- | src/ci/docker/scripts/sccache.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/scripts/sccache.sh b/src/ci/docker/scripts/sccache.sh index ce2d45563f7..da52d083181 100644 --- a/src/ci/docker/scripts/sccache.sh +++ b/src/ci/docker/scripts/sccache.sh @@ -13,6 +13,6 @@ set -ex curl -fo /usr/local/bin/sccache \ - https://s3-us-west-1.amazonaws.com/rust-lang-ci2/rust-ci-mirror/2017-05-12-sccache-x86_64-unknown-linux-musl + 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 |
