diff options
| author | bors <bors@rust-lang.org> | 2017-03-17 14:32:28 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2017-03-17 14:32:28 +0000 |
| commit | 9fae0405e9b4667f4f06101efca154b0ff76bf0a (patch) | |
| tree | e2b161785952575a5b583f6b08241002e4ddc7de /src/ci/docker/x86_64-gnu-debug | |
| parent | f77ee2ff0ff93a3af205e4fa564f9f52cc066009 (diff) | |
| parent | bbfdb56910ffe84bfff7fbf0472cbb4647ee5d45 (diff) | |
Auto merge of #40575 - alexcrichton:update-sccache, r=alexcrichton
travis: Update sccache binary I've built a local copy with mozilla/sccache#79 and mozilla/sccache#78. Let's see if that helps #40240!
Diffstat (limited to 'src/ci/docker/x86_64-gnu-debug')
| -rw-r--r-- | src/ci/docker/x86_64-gnu-debug/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/x86_64-gnu-debug/Dockerfile b/src/ci/docker/x86_64-gnu-debug/Dockerfile index 1f577b4e8ae..dae7fac3890 100644 --- a/src/ci/docker/x86_64-gnu-debug/Dockerfile +++ b/src/ci/docker/x86_64-gnu-debug/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-02-25-sccache-x86_64-unknown-linux-musl && \ + https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-16-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 && \ |
