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-02-25 00:53:12 -0800
committerAlex Crichton <alex@alexcrichton.com>2017-02-27 11:51:44 -0800
commit65b46098b7ca8dc2d6751df74cb203ee13857e08 (patch)
tree26479b674499b51b8f06186f2a3939bb5b890ff2 /src/ci/docker/dist-mips-linux/Dockerfile
parent4be034e62270ca15c9fff173faef11939092f4e3 (diff)
downloadrust-65b46098b7ca8dc2d6751df74cb203ee13857e08.tar.gz
rust-65b46098b7ca8dc2d6751df74cb203ee13857e08.zip
appveyor: Use sccache on pc-windows-gnu for caching
Now that mozilla/sccache#43 is fixed the caching works for MinGW on Windows. We
still can't use it for MSVC just yet, but I'll try to revive that branch at some
point.
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 7bf39107cff..a99e9292df5 100644
--- a/src/ci/docker/dist-mips-linux/Dockerfile
+++ b/src/ci/docker/dist-mips-linux/Dockerfile
@@ -18,7 +18,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-02-24-sccache-x86_64-unknown-linux-gnu && \
+      https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-02-25-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 && \