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

Commit 0dcaec2

Browse files
author
bors-servo
authored
Auto merge of #723 - aneeshusa:dont-install-sccache-on-servo-master, r=larsbergstrom
Avoid installing sccache on servo-master <!-- 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/723) <!-- Reviewable:end -->
2 parents f52d609 + 41afa2a commit 0dcaec2

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

top.sls

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# NOTE: Ensure all node types are covered in .travis.yml
22

33
base:
4-
'*':
5-
- servo-build-dependencies.ci
6-
74
'not G@os:Windows':
85
- match: compound
96
- admin
@@ -21,19 +18,25 @@ base:
2118
- servo-build-dependencies
2219
- servo-build-dependencies.android
2320
- servo-build-dependencies.arm
21+
- servo-build-dependencies.ci
2422

2523
'servo-(mac|macpro)\d+':
2624
- match: pcre
2725
- osx
2826
- buildbot.slave
2927
- servo-build-dependencies
28+
- servo-build-dependencies.ci
3029

3130
'servo-linux\d+':
3231
- match: pcre
3332
- buildbot.slave
3433
- servo-build-dependencies
34+
- servo-build-dependencies.ci
3535
- xvfb
3636

37+
'servo-windows\d+':
38+
- servo-build-dependencies.ci
39+
3740
'servo-master\d+':
3841
- match: pcre
3942
- git

0 commit comments

Comments
 (0)