зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1356700 - Don't set MOZ_AUTOMATION individually for hazard and l10n builds. r=mshal
--HG-- extra : rebase_source : 06b5e16e7c142878296699a4aa6bc17a4f1ab4c7
This commit is contained in:
Родитель
0896160558
Коммит
8e811ce9b6
|
@ -18,8 +18,6 @@ job-defaults:
|
||||||
implementation: docker-worker
|
implementation: docker-worker
|
||||||
max-run-time: 36000
|
max-run-time: 36000
|
||||||
docker-image: {in-tree: desktop-build}
|
docker-image: {in-tree: desktop-build}
|
||||||
env:
|
|
||||||
MOZ_AUTOMATION: "1"
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
linux64-shell-haz/debug:
|
linux64-shell-haz/debug:
|
||||||
|
|
|
@ -35,7 +35,6 @@ fail() {
|
||||||
export MOZ_CRASHREPORTER_NO_REPORT=1
|
export MOZ_CRASHREPORTER_NO_REPORT=1
|
||||||
export MOZ_OBJDIR=obj-firefox
|
export MOZ_OBJDIR=obj-firefox
|
||||||
export TINDERBOX_OUTPUT=1
|
export TINDERBOX_OUTPUT=1
|
||||||
export MOZ_AUTOMATION=1
|
|
||||||
|
|
||||||
# Ensure that in tree libraries can be found
|
# Ensure that in tree libraries can be found
|
||||||
export LIBRARY_PATH=$LIBRARY_PATH:$WORKSPACE/src/obj-firefox:$WORKSPACE/src/gcc/lib64
|
export LIBRARY_PATH=$LIBRARY_PATH:$WORKSPACE/src/obj-firefox:$WORKSPACE/src/gcc/lib64
|
||||||
|
|
Загрузка…
Ссылка в новой задаче