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/emscripten/Dockerfile | |
| parent | 499b84aca8b9e501d7def82a1f483e77ac4199ff (diff) | |
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/emscripten/Dockerfile')
| -rw-r--r-- | src/ci/docker/emscripten/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/emscripten/Dockerfile b/src/ci/docker/emscripten/Dockerfile index a87d3f58c4a..13aac10ed15 100644 --- a/src/ci/docker/emscripten/Dockerfile +++ b/src/ci/docker/emscripten/Dockerfile @@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ lib32stdc++6 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 && \ |
