зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1693275 - Remove MOZ_LOW_PARALLELISM_BUILD from builds which switched from gcc to clang r=marco
We introduced MOZ_LOW_PARALLELISM_BUILD as a workaround when we migrated to gcp for some gcc builds. Since we switched to clang 11 for some of them, it can be removed. Differential Revision: https://phabricator.services.mozilla.com/D105598
This commit is contained in:
Родитель
c37dd67c46
Коммит
0e15dc822e
|
@ -102,7 +102,6 @@ linux64-fuzzing/debug:
|
|||
worker:
|
||||
max-run-time: 5400
|
||||
env:
|
||||
MOZ_LOW_PARALLELISM_BUILD: '1'
|
||||
PERFHERDER_EXTRA_OPTIONS: fuzzing
|
||||
MOZ_AUTOMATION_PACKAGE_TESTS: "1"
|
||||
run:
|
||||
|
@ -925,7 +924,6 @@ linux64-fuzzing-ccov/opt:
|
|||
worker:
|
||||
max-run-time: 5400
|
||||
env:
|
||||
MOZ_LOW_PARALLELISM_BUILD: '1'
|
||||
PERFHERDER_EXTRA_OPTIONS: fuzzing-ccov
|
||||
ASAN_OPTIONS: "detect_leaks=0"
|
||||
RUSTC_BOOTSTRAP: '1'
|
||||
|
@ -1251,7 +1249,6 @@ linux64-ccov/opt:
|
|||
type: file
|
||||
max-run-time: 7200
|
||||
env:
|
||||
MOZ_LOW_PARALLELISM_BUILD: '1'
|
||||
RUSTC_BOOTSTRAP: '1'
|
||||
MOZ_AUTOMATION_PACKAGE_TESTS: "1"
|
||||
run:
|
||||
|
|
Загрузка…
Ссылка в новой задаче