diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2017-03-22 19:16:41 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2017-03-23 10:16:57 -0700 |
| commit | 05c4051f640592df825d290901e0ed3e265de24c (patch) | |
| tree | 5e4173c57857e828ffc661987a0919fbc8ee0751 /src/ci/docker/i686-gnu/Dockerfile | |
| parent | 38795677aef77e89f2d9f0031d845a59df9c8171 (diff) | |
| download | rust-05c4051f640592df825d290901e0ed3e265de24c.tar.gz rust-05c4051f640592df825d290901e0ed3e265de24c.zip | |
travis: Update sccache binary
Diffstat (limited to 'src/ci/docker/i686-gnu/Dockerfile')
| -rw-r--r-- | src/ci/docker/i686-gnu/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/i686-gnu/Dockerfile b/src/ci/docker/i686-gnu/Dockerfile index 2664307b09b..e4a9c5b258f 100644 --- a/src/ci/docker/i686-gnu/Dockerfile +++ b/src/ci/docker/i686-gnu/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-03-16-sccache-x86_64-unknown-linux-musl && \ + https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-22-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 && \ |
