зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1677914 - add SHELL env var to mac builders. r=taskgraph-reviewers,jmaher DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D97469
This commit is contained in:
Родитель
6e0f22f7e9
Коммит
4ac4b1acab
|
@ -39,6 +39,8 @@ def set_defaults(config, jobs):
|
|||
worker["chain-of-trust"] = True
|
||||
elif worker_os == "windows":
|
||||
worker["chain-of-trust"] = True
|
||||
if worker_os == "macosx":
|
||||
job["worker"]["env"].setdefault("SHELL", "/bin/bash")
|
||||
|
||||
yield job
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче