Skip to content

Commit a593add

Browse files
Milad FaV8 LUCI CQ
authored andcommitted
[buildtools] skip fetching ninja and reclient on ppc/s390 platforms
Above binaries do not exist on infra repositories for ppc/s390 and cause errors while fetching V8. Change-Id: I300127a71fc7c43426bc2140b5f24a63fa4a0c11 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3992966 Reviewed-by: Michael Achenbach <[email protected]> Commit-Queue: Milad Farazmand <[email protected]> Cr-Commit-Position: refs/heads/main@{#84037}
1 parent 514de31 commit a593add

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

DEPS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ deps = {
146146
}
147147
],
148148
'dep_type': 'cipd',
149-
'condition': 'host_os == "linux" or host_os == "mac" or host_os == "win"',
149+
'condition': '(host_os == "linux" or host_os == "mac" or host_os == "win") and host_cpu != "s390" and host_cpu != "ppc"',
150150
},
151151
'test/benchmarks/data':
152152
Var('chromium_url') + '/v8/deps/third_party/benchmarks.git' + '@' + '05d7188267b4560491ff9155c5ee13e207ecd65f',
@@ -251,6 +251,7 @@ deps = {
251251
}
252252
],
253253
'dep_type': 'cipd',
254+
'condition': 'host_cpu != "s390" and host_cpu != "ppc"'
254255
},
255256
'third_party/perfetto':
256257
Var('android_url') + '/platform/external/perfetto.git' + '@' + '0eba417b2c72264fa825dc21067b9adc9b8adf70',

0 commit comments

Comments
 (0)