about summary refs log tree commit diff
path: root/src/ci/docker/i686-gnu/Dockerfile
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2017-04-19 08:58:27 -0700
committerAlex Crichton <alex@alexcrichton.com>2017-04-27 07:18:01 -0700
commit499b84aca8b9e501d7def82a1f483e77ac4199ff (patch)
tree5342517461e1775a085059e48f526816eda9cd1f /src/ci/docker/i686-gnu/Dockerfile
parent79b05fee0fd1423a49e9655d554eec7bfebb0e87 (diff)
downloadrust-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/i686-gnu/Dockerfile')
-rw-r--r--src/ci/docker/i686-gnu/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/i686-gnu/Dockerfile b/src/ci/docker/i686-gnu/Dockerfile
index 960a0fa7a38..cb4e406773c 100644
--- a/src/ci/docker/i686-gnu/Dockerfile
+++ b/src/ci/docker/i686-gnu/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-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
 
 RUN curl -OL https://github.com/Yelp/dumb-init/releases/download/v1.2.0/dumb-init_1.2.0_amd64.deb && \