diff options
| author | Corey Farwell <coreyf@rwell.org> | 2017-04-05 12:44:39 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-05 12:44:39 -0400 |
| commit | d0d05f5dd3ca54bf7cfacd34e221635a7593db77 (patch) | |
| tree | 885af0ff8adc42d0c8c59210896cda9a87af4fb4 /src/ci/docker/x86_64-gnu-debug/Dockerfile | |
| parent | f56b46c0eec4a72e7c53d7668d94675d5db83f5a (diff) | |
| parent | e60ea55f660bfd0d34fc18efa60b2d9764840601 (diff) | |
| download | rust-d0d05f5dd3ca54bf7cfacd34e221635a7593db77.tar.gz rust-d0d05f5dd3ca54bf7cfacd34e221635a7593db77.zip | |
Rollup merge of #41076 - alexcrichton:update-sccache, r=frewsxcv
travis: Update sccache binaries I've tracked down what I believe is the last spurious sccache failure on #40240 to behavior in mio (carllerche/mio#583), and this commit updates the binaries to a version which has that fix incorporated.
Diffstat (limited to 'src/ci/docker/x86_64-gnu-debug/Dockerfile')
| -rw-r--r-- | src/ci/docker/x86_64-gnu-debug/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/x86_64-gnu-debug/Dockerfile b/src/ci/docker/x86_64-gnu-debug/Dockerfile index 6320a806fc3..197b0ec9b9b 100644 --- a/src/ci/docker/x86_64-gnu-debug/Dockerfile +++ b/src/ci/docker/x86_64-gnu-debug/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-03-24-sccache-x86_64-unknown-linux-musl && \ + https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-04-04-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 && \ |
