From 52f2d624625c390d2727985611eaab593fa94e24 Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Fri, 18 Oct 2019 16:37:37 +0200 Subject: [PATCH] Upgrade sccache to 0.2.12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This picks up https://github.com/mozilla/sccache/issues/488, which fixes running Servo’s unit tests with Rust nightly-2019-10-17: https://github.com/rust-lang/rust/issues/65558 https://tools.taskcluster.net/groups/Mh6AMaNkTj-dw0hfmekTYw/tasks/AO0ydhMpTZyBa5HesI1ldw/runs/0/logs/public%2Flogs%2Flive.log#L1443 --- etc/taskcluster/docker/build.dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/taskcluster/docker/build.dockerfile b/etc/taskcluster/docker/build.dockerfile index 8466a08da90..285f8a0347c 100644 --- a/etc/taskcluster/docker/build.dockerfile +++ b/etc/taskcluster/docker/build.dockerfile @@ -46,6 +46,6 @@ RUN \ # # curl -sSfL \ - https://github.com/mozilla/sccache/releases/download/0.2.7/sccache-0.2.7-x86_64-unknown-linux-musl.tar.gz \ + https://github.com/mozilla/sccache/releases/download/0.2.12/sccache-0.2.12-x86_64-unknown-linux-musl.tar.gz \ | tar -xz --strip-components=1 -C /usr/local/bin/ \ - sccache-0.2.7-x86_64-unknown-linux-musl/sccache + sccache-0.2.12-x86_64-unknown-linux-musl/sccache