about summary refs log tree commit diff
path: root/src/ci/docker/x86_64-gnu
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2017-04-29 00:29:54 -0700
committerAlex Crichton <alex@alexcrichton.com>2017-04-29 00:29:54 -0700
commitaa891a57a11da2845352e9ed093a1cd85f377289 (patch)
treeb1b8742130595cea4aeb56a78fe73fdf5955ce14 /src/ci/docker/x86_64-gnu
parent95467d33cb98c8a9be12da15be559e60628180f5 (diff)
downloadrust-aa891a57a11da2845352e9ed093a1cd85f377289.tar.gz
rust-aa891a57a11da2845352e9ed093a1cd85f377289.zip
ci: Update sccache build
Pulls in mozilla/sccache@ef0d77543 to fix #40240 again after the builds included
in #41447 forgot to include the mio fixed included in #41076.

Closes #40240
Diffstat (limited to 'src/ci/docker/x86_64-gnu')
-rw-r--r--src/ci/docker/x86_64-gnu/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/x86_64-gnu/Dockerfile b/src/ci/docker/x86_64-gnu/Dockerfile
index 770a4c8c302..727cc84643f 100644
--- a/src/ci/docker/x86_64-gnu/Dockerfile
+++ b/src/ci/docker/x86_64-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-19-sccache-x86_64-unknown-linux-musl && \
+      https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-04-29-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 && \