Bug 1612092 - Update cbindgen. r=froydnj

v0.12.2 at least is needed to have proper v2 lockfile support.

But v0.13.0 contains extra fixes, and features that wgpu and the style system
plan to use, so let's just update to that.

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Emilio Cobos Álvarez 2020-01-31 08:03:17 +00:00
Родитель f07d464f9d
Коммит 4ba89c93cf
3 изменённых файлов: 4 добавлений и 4 удалений

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

@ -15,7 +15,7 @@ option(env='CBINDGEN', nargs=1, when=cbindgen_is_needed,
def check_cbindgen_version(cbindgen, fatal=False):
log.debug("trying cbindgen: %s" % cbindgen)
cbindgen_min_version = Version('0.12.0')
cbindgen_min_version = Version('0.13.0')
# cbindgen x.y.z
version = Version(check_cmd_output(cbindgen, '--version').strip().split(" ")[1])

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

@ -264,12 +264,12 @@ wine-3.0.3:
sig-url: "{url}.sign"
key-path: build/unix/build-gcc/DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D.key
cbindgen-0.12.0:
cbindgen-0.13.0:
description: cbindgen source code
fetch:
type: git
repo: https://github.com/eqrion/cbindgen
revision: 38fda6b7785a09721d45ed723b14b118b46ae711
revision: 5e667158a144e59c221327d12cfc9f7f1c0e744b
cctools-port:
description: cctools-port source code

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

@ -14,7 +14,7 @@ job-defaults:
fetch:
# If you update this, make sure to update the minimum version in
# build/moz.configure/bindgen.configure as well.
- cbindgen-0.12.0
- cbindgen-0.13.0
linux64-cbindgen:
treeherder: