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

Commit f841e84

Browse files
committed
Update sccache to 0.2.7
1 parent 5dcb05a commit f841e84

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
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': 'd996dda9cd1398603470b14c2e1f503604ab2b97bebca04c955cecafe4943e637086d35264726d0638077a0cb30e67b5'
1010
},
1111
'Ubuntu': {
1212
'platform': 'x86_64-unknown-linux-musl',
13-
'sha384': '6f005785e1178b30b3629dd1c69539a1df608216309ec9cded093e5447e9787cb462f36c7025a7564f3c4c93e0e4a8a2'
13+
'sha384': '8fee357dfade760bb85c8c22203f145b6cf8d8a8216570fc006794910b925b7edf5f6d67cc4b129c6c3652521906e024'
1414
},
1515
'Windows': {
1616
'destination': 'C:\sccache\sccache.exe',
1717
'platform': 'x86_64-pc-windows-msvc',
18-
'sha384': '2f25ee8e1e21bced7af8c16c4c94831d188729588eeef72f494b0af620a04d25635d6f939842db6a8fddb3beb27460e1'
18+
'sha384': 'f1d2720a1910e5ffdeda9ef2c73724b5f66a8e47c6ced1068cd04cde603fd8b4b8c34362616e3368816826ca9ec90b6b'
1919
}
2020
},
2121
base='defaults',

servo-build-dependencies/ci.sls

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
sccache:
55
file.managed:
66
- name: {{ sccache.destination }}
7-
- source: https://servo-deps.s3.amazonaws.com/sccache/{{ sccache.version }}-sccache-{{ sccache.platform }}
7+
- source: https://github.com/mozilla/sccache/releases/download/{{ sccache.version }}/sccache-{{ sccache.version }}-{{ sccache.platform }}.tar.gz
8+
https://servo-deps.s3.amazonaws.com/sccache/{{ sccache.version }}-sccache-{{ sccache.platform }}
89
- source_hash: sha384={{ sccache.sha384 }}
910
- user: {{ root.user }}
1011
{% if grains['os'] != 'Windows' %}

0 commit comments

Comments
 (0)