Do not try to install reclient on linux-arm64

reclient doesn't have linux-arm64 package.
It will fail to fetch the project on linux-arm64.

Bug: webrtc:14715, b/262231650
Change-Id: I7d79d950c64a28ab54b2e81425e37040af2e9874
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/287900
Commit-Queue: Junji Watanabe <jwata@google.com>
Reviewed-by: Christoffer Jansson <jansson@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#38877}
This commit is contained in:
Junji Watanabe 2022-12-13 17:39:14 +09:00 committed by WebRTC LUCI CQ
parent 073601feeb
commit 8d74b28518

3
DEPS
View File

@ -93,11 +93,14 @@ deps = {
'src/buildtools/reclient': {
'packages': [
{
# https://chrome-infra-packages.appspot.com/p/infra/rbe/client/
'package': 'infra/rbe/client/${{platform}}',
'version': Var('reclient_version'),
}
],
'dep_type': 'cipd',
# Reclient doesn't have linux-arm64 package.
'condition': 'not (host_os == "linux" and host_cpu == "arm64")',
},
'src/buildtools/clang_format/script':