diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2017-04-04 15:55:23 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2017-04-04 15:55:23 -0700 |
| commit | e60ea55f660bfd0d34fc18efa60b2d9764840601 (patch) | |
| tree | 72ae25901f9af71109b62ecca03bf681f2a8072c /src/ci/docker/x86_64-gnu-nopt | |
| parent | 2564711e803f62e04bebf10408cc1c11297c0caf (diff) | |
| download | rust-e60ea55f660bfd0d34fc18efa60b2d9764840601.tar.gz rust-e60ea55f660bfd0d34fc18efa60b2d9764840601.zip | |
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-nopt')
| -rw-r--r-- | src/ci/docker/x86_64-gnu-nopt/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/x86_64-gnu-nopt/Dockerfile b/src/ci/docker/x86_64-gnu-nopt/Dockerfile index fa9707d1a73..7284d231b84 100644 --- a/src/ci/docker/x86_64-gnu-nopt/Dockerfile +++ b/src/ci/docker/x86_64-gnu-nopt/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 && \ |
