diff --git a/DEPS b/DEPS index eb3bb4252e80..457fcc13f747 100644 --- a/DEPS +++ b/DEPS @@ -142,7 +142,7 @@ deps = { } ], 'dep_type': 'cipd', - 'condition': 'host_os == "linux" or host_os == "mac" or host_os == "win"', + 'condition': '(host_os == "linux" or host_os == "mac" or host_os == "win") and host_cpu != "s390" and host_cpu != "ppc"', }, 'test/benchmarks/data': Var('chromium_url') + '/v8/deps/third_party/benchmarks.git' + '@' + '05d7188267b4560491ff9155c5ee13e207ecd65f',