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:
Corentin Wallez 2022-08-02 16:07:45 +00:00 committed by Dawn LUCI CQ
parent 4abf28e29b
commit fa1a5478d3
1 changed files with 2 additions and 2 deletions

4
DEPS
View File

@ -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',