Skip to content

Commit 5c58419

Browse files
Milad FarazmandCommit Bot
Milad Farazmand
authored and
Commit Bot
committedJun 26, 2020
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}
1 parent 4843577 commit 5c58419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎DEPS

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ deps = {
254254
'version': Var('luci_go'),
255255
},
256256
],
257-
'condition': 'host_cpu != "s390"',
257+
'condition': 'host_cpu != "s390" and host_os != "aix"',
258258
'dep_type': 'cipd',
259259
},
260260
'v8/tools/clang/dsymutil': {

0 commit comments

Comments
 (0)
Please sign in to comment.