forked from mirrors/gecko-dev
Bug 1572363 - Add a sparse profile for webrender tasks. r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D41152 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
0c332534f7
commit
ee928b205d
2 changed files with 9 additions and 0 deletions
7
build/sparse-profiles/webrender
Normal file
7
build/sparse-profiles/webrender
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
%include build/sparse-profiles/mach
|
||||||
|
%include build/sparse-profiles/taskgraph
|
||||||
|
|
||||||
|
[include]
|
||||||
|
path:gfx/wr/
|
||||||
|
path:mobile/android/debug_sign_tool.py
|
||||||
|
path:taskcluster/scripts/misc/
|
||||||
|
|
@ -24,6 +24,8 @@ job-defaults:
|
||||||
env:
|
env:
|
||||||
RUST_BACKTRACE: 'full'
|
RUST_BACKTRACE: 'full'
|
||||||
RUSTFLAGS: '--deny warnings'
|
RUSTFLAGS: '--deny warnings'
|
||||||
|
run:
|
||||||
|
sparse-profile: webrender
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint-tidy:
|
lint-tidy:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue