Skip to content
This repository was archived by the owner on Dec 16, 2024. It is now read-only.

Commit 20483ac

Browse files
author
bors-servo
authored
Auto merge of #911 - servo:sccacheup, r=jdm
Update sccache to 0.2.7 This hopefully works around rust-lang/cargo#6269 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/saltfs/911) <!-- Reviewable:end -->
2 parents 197bbad + 1b38c95 commit 20483ac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

servo-build-dependencies/ci-map.jinja

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
set sccache = salt['grains.filter_by']({
33
'defaults': {
44
'destination': '/usr/local/bin/sccache',
5-
'version': '2018-01-09',
5+
'version': '0.2.7',
66
},
77
'MacOS': {
88
'platform': 'x86_64-apple-darwin',
9-
'sha384': 'cd8dac86c250e8b5c59e231dc413ead48e97e7c9630d9a30ae1f9b16d738ac8004ebbdfe04351df71ced582f4022393d'
9+
'sha384': 'c4aa3854b3632f4f910055e36bd3ecf5e5d5213aba0beeae7e8d0614669db84c3fdf5a3e02f748a13fd53ef5afb50999'
1010
},
1111
'Ubuntu': {
1212
'platform': 'x86_64-unknown-linux-musl',
13-
'sha384': '6f005785e1178b30b3629dd1c69539a1df608216309ec9cded093e5447e9787cb462f36c7025a7564f3c4c93e0e4a8a2'
13+
'sha384': '03222349e17c4c9c23f2deb3286b15ab5e9a8f2ee9b6324b2676b90603b37e2f18ed3801433e9527ddb7e16ed5991f0e'
1414
},
1515
'Windows': {
1616
'destination': 'C:\sccache\sccache.exe',
1717
'platform': 'x86_64-pc-windows-msvc',
18-
'sha384': '2f25ee8e1e21bced7af8c16c4c94831d188729588eeef72f494b0af620a04d25635d6f939842db6a8fddb3beb27460e1'
18+
'sha384': '00c96a001e6cf30686f9b582e0bc9c4e049d209e0e086bdb19f93872970437710d4ac0d2bdf74e531b64dd3029d71d33'
1919
}
2020
},
2121
base='defaults',

0 commit comments

Comments
 (0)