This repository was archived by the owner on Dec 16, 2024. It is now read-only.
File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 2
2
set sccache = salt ['grains.filter_by' ]({
3
3
'defaults' : {
4
4
'destination' : '/usr/local/bin/sccache' ,
5
- 'version' : '2018-01-09 ' ,
5
+ 'version' : '0.2.7 ' ,
6
6
},
7
7
'MacOS' : {
8
8
'platform' : 'x86_64-apple-darwin' ,
9
- 'sha384' : 'cd8dac86c250e8b5c59e231dc413ead48e97e7c9630d9a30ae1f9b16d738ac8004ebbdfe04351df71ced582f4022393d '
9
+ 'sha384' : 'd996dda9cd1398603470b14c2e1f503604ab2b97bebca04c955cecafe4943e637086d35264726d0638077a0cb30e67b5 '
10
10
},
11
11
'Ubuntu' : {
12
12
'platform' : 'x86_64-unknown-linux-musl' ,
13
- 'sha384' : '6f005785e1178b30b3629dd1c69539a1df608216309ec9cded093e5447e9787cb462f36c7025a7564f3c4c93e0e4a8a2 '
13
+ 'sha384' : '8fee357dfade760bb85c8c22203f145b6cf8d8a8216570fc006794910b925b7edf5f6d67cc4b129c6c3652521906e024 '
14
14
},
15
15
'Windows' : {
16
16
'destination' : 'C:\sccache\sccache.exe' ,
17
17
'platform' : 'x86_64-pc-windows-msvc' ,
18
- 'sha384' : '2f25ee8e1e21bced7af8c16c4c94831d188729588eeef72f494b0af620a04d25635d6f939842db6a8fddb3beb27460e1 '
18
+ 'sha384' : 'f1d2720a1910e5ffdeda9ef2c73724b5f66a8e47c6ced1068cd04cde603fd8b4b8c34362616e3368816826ca9ec90b6b '
19
19
}
20
20
},
21
21
base ='defaults' ,
Original file line number Diff line number Diff line change 4
4
sccache:
5
5
file .managed:
6
6
- 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 }}
8
9
- source_hash: sha384= {{ sccache.sha384 }}
9
10
- user: {{ root.user }}
10
11
{% if grains[' os' ] != ' Windows' % }
You can’t perform that action at this time.
0 commit comments