diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2017-03-24 19:00:35 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2017-03-24 19:00:35 -0700 |
| commit | bff332e0a22ce71f329202fc635693079e791bb5 (patch) | |
| tree | 3444609e2903c1fdbde3641ee8bb193bcea2c863 /src/ci/docker/dist-android | |
| parent | 3da40237e542e7859adab48049ec15cf18154817 (diff) | |
| download | rust-bff332e0a22ce71f329202fc635693079e791bb5.tar.gz rust-bff332e0a22ce71f329202fc635693079e791bb5.zip | |
travis: Update sccache again
Looks like the last version was built with mio 0.6.5 which now has known bugs against it. This build includes mio 0.6.6
Diffstat (limited to 'src/ci/docker/dist-android')
| -rw-r--r-- | src/ci/docker/dist-android/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/dist-android/Dockerfile b/src/ci/docker/dist-android/Dockerfile index 2785d2135f8..44d6863bf0b 100644 --- a/src/ci/docker/dist-android/Dockerfile +++ b/src/ci/docker/dist-android/Dockerfile @@ -32,7 +32,7 @@ RUN curl -OL https://github.com/Yelp/dumb-init/releases/download/v1.2.0/dumb-ini ENTRYPOINT ["/usr/bin/dumb-init", "--"] RUN curl -o /usr/local/bin/sccache \ - https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-22-sccache-x86_64-unknown-linux-musl && \ + https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-03-24-sccache-x86_64-unknown-linux-musl && \ chmod +x /usr/local/bin/sccache ENV TARGETS=arm-linux-androideabi |
