Commit a6cdc3a3 authored by Milad Fa's avatar Milad Fa Committed by V8 LUCI CQ

[buildtools] skip fetching GN on ppc and s390 platforms

GN is not available as a cipd package for ppc/s390 and
needs to be built from source.

Change-Id: I5f6eda13cd6227d20fc800cab7f54496a2d33f68
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3663154Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Reviewed-by: 's avatarJakob Kummerow <jkummerow@chromium.org>
Commit-Queue: Milad Farazmand <mfarazma@redhat.com>
Cr-Commit-Position: refs/heads/main@{#80743}
parent c90cdd16
......@@ -104,7 +104,7 @@ deps = {
}
],
'dep_type': 'cipd',
'condition': 'host_os == "linux"',
'condition': 'host_os == "linux" and host_cpu != "s390" and host_cpu != "ppc"',
},
'buildtools/mac': {
'packages': [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment