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/i686-gnu-nopt | |
| 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/i686-gnu-nopt')
| -rw-r--r-- | src/ci/docker/i686-gnu-nopt/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/i686-gnu-nopt/Dockerfile b/src/ci/docker/i686-gnu-nopt/Dockerfile index 5f1fe0cfb76..707ea247828 100644 --- a/src/ci/docker/i686-gnu-nopt/Dockerfile +++ b/src/ci/docker/i686-gnu-nopt/Dockerfile @@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ xz-utils 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 RUN curl -OL https://github.com/Yelp/dumb-init/releases/download/v1.2.0/dumb-init_1.2.0_amd64.deb && \ |
