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/android | |
| 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/android')
| -rw-r--r-- | src/ci/docker/android/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/android/Dockerfile b/src/ci/docker/android/Dockerfile index 56fcc911daa..aa30dc12c4a 100644 --- a/src/ci/docker/android/Dockerfile +++ b/src/ci/docker/android/Dockerfile @@ -36,7 +36,7 @@ COPY start-emulator.sh /android/ ENTRYPOINT ["/usr/bin/dumb-init", "--", "/android/start-emulator.sh"] 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 ENV TARGETS=arm-linux-androideabi |
