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:
Steve Fink 2019-02-27 10:41:24 +00:00
Родитель 973021e793
Коммит bb9e8e48d6
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -106,6 +106,8 @@ def generic_worker_spidermonkey(config, job, taskdesc):
'SRCDIR': "./src", # with values suiteable for windows generic worker
'UPLOAD_DIR': "./public/build"
})
if 'spidermonkey-platform' in run:
env['SPIDERMONKEY_PLATFORM'] = run['spidermonkey-platform']
script = "build-sm.sh"
if run['using'] == 'spidermonkey-package':