Bug 1617700 - Bump in-tree sccache to 0.2.13 and require the new version to build. r=froydnj

Differential Revision: https://phabricator.services.mozilla.com/D63971

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Chris Manchester 2020-02-25 02:15:06 +00:00
Родитель f913f3c0b6
Коммит fb67d9c344
2 изменённых файлов: 3 добавлений и 3 удалений

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

@ -259,7 +259,7 @@ js_option(env='RUSTC_WRAPPER', nargs=1,
@imports(_from='textwrap', _import='dedent')
@imports('os')
def check_sccache_version(ccache, ccache_is_sccache, rustc_wrapper):
sccache_min_version = Version('0.2.12')
sccache_min_version = Version('0.2.13')
def check_version(path):
out = check_cmd_output(path, '--version')

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

@ -341,8 +341,8 @@ sccache:
fetch:
type: git
repo: https://github.com/mozilla/sccache
# 0.2.12 release + a handful of fixes
revision: e59cc28cf37254e182ede79070384f8166b52f8e
# 0.2.13 release
revision: 5bb4d6e445f60ec4980be1ff88b711d69abfa853
fxc2:
description: fxc2 source code