diff options
| author | bors <bors@rust-lang.org> | 2017-05-13 00:49:06 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2017-05-13 00:49:06 +0000 |
| commit | d5f1cfd0fedc3eaa42ce0be3d5e36c13061d397d (patch) | |
| tree | 7cebf99d31264ebfb680251e14e0e4df0909aa1a /src/ci/docker/i686-gnu | |
| parent | e17a1227ac779a181b2839998e26a7e4e434c2a0 (diff) | |
| parent | c30e007b86aa7aedd15e590d7ad41914ff823d23 (diff) | |
| download | rust-d5f1cfd0fedc3eaa42ce0be3d5e36c13061d397d.tar.gz rust-d5f1cfd0fedc3eaa42ce0be3d5e36c13061d397d.zip | |
Auto merge of #41955 - alexcrichton:update-sccache, r=eddyb
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/i686-gnu')
| -rw-r--r-- | src/ci/docker/i686-gnu/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/i686-gnu/Dockerfile b/src/ci/docker/i686-gnu/Dockerfile index 12c9cdf4a11..5fac0573574 100644 --- a/src/ci/docker/i686-gnu/Dockerfile +++ b/src/ci/docker/i686-gnu/Dockerfile @@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ xz-utils 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 RUN curl -OL https://github.com/Yelp/dumb-init/releases/download/v1.2.0/dumb-init_1.2.0_amd64.deb && \ |
