Skip to content

Commit

Permalink
deps: skip fetching gn V8 dependency on s390x/ppc64le
Browse files Browse the repository at this point in the history
Google's CIPD only hosts amd64 and arm64 gn binaries.
  • Loading branch information
richardlau committed May 24, 2022
1 parent 95ed859 commit 89b07c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/v8/DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -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': [
Expand Down

0 comments on commit 89b07c0

Please sign in to comment.