diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2017-04-19 08:58:27 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2017-04-27 07:18:01 -0700 |
| commit | 499b84aca8b9e501d7def82a1f483e77ac4199ff (patch) | |
| tree | 5342517461e1775a085059e48f526816eda9cd1f /src/ci/docker/i686-gnu-nopt | |
| parent | 79b05fee0fd1423a49e9655d554eec7bfebb0e87 (diff) | |
| download | rust-499b84aca8b9e501d7def82a1f483e77ac4199ff.tar.gz rust-499b84aca8b9e501d7def82a1f483e77ac4199ff.zip | |
travis: Update sccache build used
This build is no longer a forked version with temporary bugfixes, everything should be upstreamed!
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 34d0567a440..5f1fe0cfb76 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-04-sccache-x86_64-unknown-linux-musl && \ + https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-04-09-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 && \ |
