about summary refs log tree commit diff
path: root/src/ci/docker/dist-mips-linux/Dockerfile
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2017-05-12 09:07:10 -0700
committerAlex Crichton <alex@alexcrichton.com>2017-05-12 09:07:10 -0700
commitc30e007b86aa7aedd15e590d7ad41914ff823d23 (patch)
treeee7f61cfc558fc67b507ad4ee361953e83454b6d /src/ci/docker/dist-mips-linux/Dockerfile
parente19ccb71c8427135a69d874623af68422aeeb9e9 (diff)
downloadrust-c30e007b86aa7aedd15e590d7ad41914ff823d23.tar.gz
rust-c30e007b86aa7aedd15e590d7ad41914ff823d23.zip
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/dist-mips-linux/Dockerfile')
-rw-r--r--src/ci/docker/dist-mips-linux/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/dist-mips-linux/Dockerfile b/src/ci/docker/dist-mips-linux/Dockerfile
index dbcdf2eb9d6..c23240f0c70 100644
--- a/src/ci/docker/dist-mips-linux/Dockerfile
+++ b/src/ci/docker/dist-mips-linux/Dockerfile
@@ -17,7 +17,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
   pkg-config
 
 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 && \