зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1527777 - Apply change to Windows jobs too r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D21299 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
973021e793
Коммит
bb9e8e48d6
|
@ -106,6 +106,8 @@ def generic_worker_spidermonkey(config, job, taskdesc):
|
||||||
'SRCDIR': "./src", # with values suiteable for windows generic worker
|
'SRCDIR': "./src", # with values suiteable for windows generic worker
|
||||||
'UPLOAD_DIR': "./public/build"
|
'UPLOAD_DIR': "./public/build"
|
||||||
})
|
})
|
||||||
|
if 'spidermonkey-platform' in run:
|
||||||
|
env['SPIDERMONKEY_PLATFORM'] = run['spidermonkey-platform']
|
||||||
|
|
||||||
script = "build-sm.sh"
|
script = "build-sm.sh"
|
||||||
if run['using'] == 'spidermonkey-package':
|
if run['using'] == 'spidermonkey-package':
|
||||||
|
|
Загрузка…
Ссылка в новой задаче