diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2017-02-25 09:53:46 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2017-04-27 07:19:34 -0700 |
| commit | 2e72bcb9347aa1bafe63c4a64a824ac091babfd8 (patch) | |
| tree | 1dc2da7c39e5472b908d1e8411d256ef546efb82 /src/ci/docker/dist-android | |
| parent | 499b84aca8b9e501d7def82a1f483e77ac4199ff (diff) | |
| download | rust-2e72bcb9347aa1bafe63c4a64a824ac091babfd8.tar.gz rust-2e72bcb9347aa1bafe63c4a64a824ac091babfd8.zip | |
appveyor: Use Ninja/sccache on MSVC
Now that the final bug fixes have been merged into sccache we can start leveraging sccache on the MSVC builders on AppVeyor instead of relying on the ad-hoc caching strategy of trigger files and whatnot.
Diffstat (limited to 'src/ci/docker/dist-android')
| -rw-r--r-- | src/ci/docker/dist-android/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/dist-android/Dockerfile b/src/ci/docker/dist-android/Dockerfile index 8248130ad24..43a982c960a 100644 --- a/src/ci/docker/dist-android/Dockerfile +++ b/src/ci/docker/dist-android/Dockerfile @@ -32,7 +32,7 @@ RUN curl -OL https://github.com/Yelp/dumb-init/releases/download/v1.2.0/dumb-ini ENTRYPOINT ["/usr/bin/dumb-init", "--"] RUN curl -o /usr/local/bin/sccache \ - https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-04-09-sccache-x86_64-unknown-linux-musl && \ + https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-04-19-sccache-x86_64-unknown-linux-musl && \ chmod +x /usr/local/bin/sccache ENV TARGETS=arm-linux-androideabi |
