diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2017-04-19 08:58:27 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2017-04-27 07:18:01 -0700 |
| commit | 499b84aca8b9e501d7def82a1f483e77ac4199ff (patch) | |
| tree | 5342517461e1775a085059e48f526816eda9cd1f /src/ci/docker/dist-powerpc64-linux/Dockerfile | |
| parent | 79b05fee0fd1423a49e9655d554eec7bfebb0e87 (diff) | |
| download | rust-499b84aca8b9e501d7def82a1f483e77ac4199ff.tar.gz rust-499b84aca8b9e501d7def82a1f483e77ac4199ff.zip | |
travis: Update sccache build used
This build is no longer a forked version with temporary bugfixes, everything should be upstreamed!
Diffstat (limited to 'src/ci/docker/dist-powerpc64-linux/Dockerfile')
| -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 182dfd93cc7..ff1494d3575 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-04-04-sccache-x86_64-unknown-linux-musl && \ + https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-04-09-sccache-x86_64-unknown-linux-musl && \ chmod +x /usr/local/bin/sccache ENV PATH=$PATH:/x-tools/powerpc64-unknown-linux-gnu/bin |
