зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1490247 - Use a relative directory for MOZ_FETCHES_DIR on Mac too. r=ahal
--HG-- extra : rebase_source : 8183177f17c75dfb5fa7da6d9f65cf04dd4d55b6
This commit is contained in:
Родитель
e480d3f1c4
Коммит
005aa52c75
|
@ -221,7 +221,7 @@ def use_fetches(config, jobs):
|
|||
env['MOZ_FETCHES'] = {'task-reference': json.dumps(job_fetches, sort_keys=True)}
|
||||
|
||||
impl, os = worker_type_implementation(job['worker-type'])
|
||||
if os == 'windows':
|
||||
if os in ('windows', 'macosx'):
|
||||
env.setdefault('MOZ_FETCHES_DIR', 'fetches')
|
||||
else:
|
||||
workdir = job['run'].get('workdir', '/builds/worker')
|
||||
|
|
Загрузка…
Ссылка в новой задаче