Bug 1356476 - Don't enable tooltool cache on web platform tests. r=mshal

Those jobs, running on taskcluster, don't have a persistent cache
anyways, so we might as well not pretend setting a tooltool cache does
anything, especially considering the configured directory is not
writeable anyways.

--HG--
extra : rebase_source : a435bce42b4c181a6690a42e068bb2e0e875d5e8
This commit is contained in:
Mike Hommey 2017-04-14 12:51:49 +09:00
Родитель 8bc713dd60
Коммит f9d6c0f86f
1 изменённых файлов: 0 добавлений и 3 удалений

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

@ -40,8 +40,5 @@ config = {
"download_minidump_stackwalk": True,
"download_tooltool": True,
"tooltool_cache": "/builds/tooltool_cache",
}