[buildtools] skip fetching reclient
cipd package on linux-arm64
It doesn't exist for arm64-linux: https://chrome-infra-packages.appspot.com/p/infra/rbe/client See https://chromium-review.googlesource.com/c/v8/v8/+/3992966 Change-Id: I0175b5b4c9e20375240ce8e7e6b1f070f4147e27 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4166667 Commit-Queue: Sam Clegg <sbc@chromium.org> Reviewed-by: Michael Achenbach <machenbach@chromium.org> Cr-Commit-Position: refs/heads/main@{#85374}
This commit is contained in:
parent
01ff06b75c
commit
29dca1c0c0
2
DEPS
2
DEPS
@ -157,7 +157,7 @@ deps = {
|
||||
}
|
||||
],
|
||||
'dep_type': 'cipd',
|
||||
'condition': '(host_os == "linux" or host_os == "mac" or host_os == "win") and host_cpu != "s390" and host_cpu != "ppc"',
|
||||
'condition': '(host_os == "linux" or host_os == "mac" or host_os == "win") and host_cpu != "s390" and host_cpu != "ppc" and host_cpu != "arm64"',
|
||||
},
|
||||
'test/benchmarks/data':
|
||||
Var('chromium_url') + '/v8/deps/third_party/benchmarks.git' + '@' + '05d7188267b4560491ff9155c5ee13e207ecd65f',
|
||||
|
Loading…
Reference in New Issue
Block a user