diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2017-05-12 09:07:10 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2017-05-12 09:07:10 -0700 |
| commit | c30e007b86aa7aedd15e590d7ad41914ff823d23 (patch) | |
| tree | ee7f61cfc558fc67b507ad4ee361953e83454b6d /src/ci/docker/dist-i686-linux | |
| parent | e19ccb71c8427135a69d874623af68422aeeb9e9 (diff) | |
| download | rust-c30e007b86aa7aedd15e590d7ad41914ff823d23.tar.gz rust-c30e007b86aa7aedd15e590d7ad41914ff823d23.zip | |
Update sccache binaries to mozilla/sccache@d3627d766
This commit updates the sccache binaries to fix a cache load failure seen on #41926, fixed by mozilla/sccache#119
Diffstat (limited to 'src/ci/docker/dist-i686-linux')
| -rw-r--r-- | src/ci/docker/dist-i686-linux/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/dist-i686-linux/Dockerfile b/src/ci/docker/dist-i686-linux/Dockerfile index a15d6c4e53d..8335147de60 100644 --- a/src/ci/docker/dist-i686-linux/Dockerfile +++ b/src/ci/docker/dist-i686-linux/Dockerfile @@ -82,7 +82,7 @@ RUN curl -Lo /rustroot/dumb-init \ ENTRYPOINT ["/rustroot/dumb-init", "--"] RUN curl -o /usr/local/bin/sccache \ - https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-04-29-sccache-x86_64-unknown-linux-musl && \ + https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-05-12-sccache-x86_64-unknown-linux-musl && \ chmod +x /usr/local/bin/sccache ENV HOSTS=i686-unknown-linux-gnu |
