forked from mirrors/gecko-dev
Bug 1625514 - Add missing dependency on winchecksec for tasks that don't run on autoland. r=dmajor
Differential Revision: https://phabricator.services.mozilla.com/D68642 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
b7f4ccb775
commit
87f388e88a
2 changed files with 2 additions and 0 deletions
|
|
@ -131,6 +131,7 @@ jobs:
|
|||
- win64-cbindgen
|
||||
- win64-nasm
|
||||
- win64-dump-syms
|
||||
- win64-winchecksec
|
||||
|
||||
android-armv7-searchfox/debug:
|
||||
description: "Android ARMv7 Debug Searchfox"
|
||||
|
|
|
|||
|
|
@ -97,3 +97,4 @@ jobs:
|
|||
- win64-nasm
|
||||
- win64-node
|
||||
- win64-dump-syms
|
||||
- win64-winchecksec
|
||||
|
|
|
|||
Loading…
Reference in a new issue