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-powerpc64le-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-powerpc64le-linux')
| -rw-r--r-- | src/ci/docker/dist-powerpc64le-linux/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/dist-powerpc64le-linux/Dockerfile b/src/ci/docker/dist-powerpc64le-linux/Dockerfile index 6f3d522af8b..d2fec535f41 100644 --- a/src/ci/docker/dist-powerpc64le-linux/Dockerfile +++ b/src/ci/docker/dist-powerpc64le-linux/Dockerfile @@ -63,7 +63,7 @@ COPY shared.sh build-powerpc64le-toolchain.sh /tmp/ RUN ./build-powerpc64le-toolchain.sh 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 \ |
