diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2017-02-25 00:53:12 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2017-02-27 11:51:44 -0800 |
| commit | 65b46098b7ca8dc2d6751df74cb203ee13857e08 (patch) | |
| tree | 26479b674499b51b8f06186f2a3939bb5b890ff2 /src/ci/docker/dist-mips64-linux | |
| parent | 4be034e62270ca15c9fff173faef11939092f4e3 (diff) | |
| download | rust-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-mips64-linux')
| -rw-r--r-- | src/ci/docker/dist-mips64-linux/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/dist-mips64-linux/Dockerfile b/src/ci/docker/dist-mips64-linux/Dockerfile index 59c97bbd1ff..865d7ea5ea2 100644 --- a/src/ci/docker/dist-mips64-linux/Dockerfile +++ b/src/ci/docker/dist-mips64-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 && \ |
