mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Upgrade sccache to 0.2.12
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
This commit is contained in:
parent
9fd75a1e39
commit
52f2d62462
1 changed files with 2 additions and 2 deletions
|
@ -46,6 +46,6 @@ RUN \
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
curl -sSfL \
|
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/ \
|
| 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue