No bug - Disable caches on Windows toolchain tasks

This commit is contained in:
Mike Hommey 2019-02-16 20:31:02 +09:00
Родитель e6520f0a4d
Коммит 64d832a30a
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -197,6 +197,10 @@ def windows_toolchain(config, job, taskdesc):
}]
worker['chain-of-trust'] = True
# There were no caches on generic-worker before bug 1519472, and they cause
# all sorts of problems with toolchain tasks, disable them until
# tasks are ready.
run['use-caches'] = False
support_vcs_checkout(config, job, taskdesc)
env = worker['env']