Skip to content

Commit 89b07c0

Browse files
committed
deps: skip fetching gn V8 dependency on s390x/ppc64le
Google's CIPD only hosts amd64 and arm64 gn binaries.
1 parent 95ed859 commit 89b07c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deps/v8/DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ deps = {
104104
}
105105
],
106106
'dep_type': 'cipd',
107-
'condition': 'host_os == "linux"',
107+
'condition': 'host_os == "linux" and host_cpu != "s390" and host_cpu != "ppc"',
108108
},
109109
'buildtools/mac': {
110110
'packages': [

0 commit comments

Comments
 (0)