Better specify CIPD deps for CMake and Go
This fixes `gclient sync` on ARM64 macs. Fixed: dawn:1464 Change-Id: I2112793667cf0282100d2155e9b86f10cbe758df Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/97940 Auto-Submit: Corentin Wallez <cwallez@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Dan Sinclair <dsinclair@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
parent
4abf28e29b
commit
fa1a5478d3
4
DEPS
4
DEPS
|
@ -14,10 +14,10 @@ vars = {
|
|||
|
||||
'dawn_standalone': True,
|
||||
'dawn_node': False, # Also fetches dependencies required for building NodeJS bindings.
|
||||
'dawn_cmake_version': 'version:3.13.5',
|
||||
'dawn_cmake_version': 'version:2@3.23.3',
|
||||
'dawn_cmake_win32_sha1': 'b106d66bcdc8a71ea2cdf5446091327bfdb1bcd7',
|
||||
'dawn_gn_version': 'git_revision:bd99dbf98cbdefe18a4128189665c5761263bcfb',
|
||||
'dawn_go_version': 'version:1.16',
|
||||
'dawn_go_version': 'version:2@1.18.4',
|
||||
|
||||
'node_darwin_arm64_sha': '31859fc1fa0994a95f44f09c367d6ff63607cfde',
|
||||
'node_darwin_x64_sha': '16dfd094763b71988933a31735f9dea966f9abd6',
|
||||
|
|
Loading…
Reference in New Issue