зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1593465 - Add minidump_stackwalk dependencies to generate-profile tasks; r=firefox-build-system-reviewers,chmanchester
minidump_stackwalk is used to process any crash reports generated by the PGO run task. Depends on D52393 Differential Revision: https://phabricator.services.mozilla.com/D53716 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
1e610f7310
Коммит
da85d8aabb
|
@ -50,6 +50,7 @@ jobs:
|
|||
fetches:
|
||||
toolchain:
|
||||
- linux64-clang
|
||||
- linux64-minidump-stackwalk
|
||||
|
||||
linux64-shippable/opt:
|
||||
description: "Linux64 Profile Generation"
|
||||
|
@ -78,6 +79,7 @@ jobs:
|
|||
fetches:
|
||||
toolchain:
|
||||
- linux64-clang
|
||||
- linux64-minidump-stackwalk
|
||||
|
||||
android-api-16/pgo:
|
||||
description: "Android 4.0 api-16+ Profile Generation"
|
||||
|
@ -114,6 +116,7 @@ jobs:
|
|||
fetches:
|
||||
toolchain:
|
||||
- linux64-clang
|
||||
- linux64-minidump-stackwalk
|
||||
|
||||
win32-shippable/opt:
|
||||
description: "Win32 Profile Generation"
|
||||
|
@ -141,6 +144,7 @@ jobs:
|
|||
fetches:
|
||||
toolchain:
|
||||
- win64-clang-cl
|
||||
- win32-minidump-stackwalk
|
||||
|
||||
win64-shippable/opt:
|
||||
description: "Win64 Profile Generation"
|
||||
|
@ -168,3 +172,4 @@ jobs:
|
|||
fetches:
|
||||
toolchain:
|
||||
- win64-clang-cl
|
||||
- win32-minidump-stackwalk
|
||||
|
|
Загрузка…
Ссылка в новой задаче