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/dist-powerpc64-linux | |
| 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/dist-powerpc64-linux')
| -rw-r--r-- | src/ci/docker/dist-powerpc64-linux/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/dist-powerpc64-linux/Dockerfile b/src/ci/docker/dist-powerpc64-linux/Dockerfile index 7c143b414d4..182dfd93cc7 100644 --- a/src/ci/docker/dist-powerpc64-linux/Dockerfile +++ b/src/ci/docker/dist-powerpc64-linux/Dockerfile @@ -63,7 +63,7 @@ RUN ./build-powerpc64-toolchain.sh USER root 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 ENV PATH=$PATH:/x-tools/powerpc64-unknown-linux-gnu/bin |
