AIX: ignore luci-go on the OS because it's missing

Change-Id: I663da3357f6e88848048ec42832fe7017d563ac4
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2264952
Reviewed-by: Michael Achenbach <machenbach@chromium.org>
Commit-Queue: Milad Farazmand <miladfar@ca.ibm.com>
Cr-Commit-Position: refs/heads/master@{#68563}
This commit is contained in:
Milad Farazmand 2020-06-24 18:03:58 +00:00 committed by Commit Bot
parent 484357722b
commit 5c58419a4f

2
DEPS
View File

@ -254,7 +254,7 @@ deps = {
'version': Var('luci_go'),
},
],
'condition': 'host_cpu != "s390"',
'condition': 'host_cpu != "s390" and host_os != "aix"',
'dep_type': 'cipd',
},
'v8/tools/clang/dsymutil': {