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-armv7-linux | |
| 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-armv7-linux')
| -rw-r--r-- | src/ci/docker/dist-armv7-linux/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/dist-armv7-linux/Dockerfile b/src/ci/docker/dist-armv7-linux/Dockerfile index 4142dd55dd5..2e99507cadf 100644 --- a/src/ci/docker/dist-armv7-linux/Dockerfile +++ b/src/ci/docker/dist-armv7-linux/Dockerfile @@ -62,7 +62,7 @@ RUN ./build-toolchains.sh USER root 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 PATH=$PATH:/x-tools/armv7-unknown-linux-gnueabihf/bin |
