зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
f913f3c0b6
Коммит
fb67d9c344
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче