Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid installing sccache on servo-master #723

Merged
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Avoid installing sccache on servo-master

  • Loading branch information
aneeshusa committed Sep 28, 2017
commit 41afa2a1f15b29dbbf76a40df9e0f45e95646301
@@ -1,9 +1,6 @@
# NOTE: Ensure all node types are covered in .travis.yml

base:
'*':
- servo-build-dependencies.ci

'not G@os:Windows':
- match: compound
- admin
@@ -21,19 +18,25 @@ base:
- servo-build-dependencies
- servo-build-dependencies.android
- servo-build-dependencies.arm
- servo-build-dependencies.ci

'servo-(mac|macpro)\d+':
- match: pcre
- osx
- buildbot.slave
- servo-build-dependencies
- servo-build-dependencies.ci

'servo-linux\d+':
- match: pcre
- buildbot.slave
- servo-build-dependencies
- servo-build-dependencies.ci
- xvfb

'servo-windows\d+':
- servo-build-dependencies.ci

'servo-master\d+':
- match: pcre
- git
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.