diff --git a/common.gypi b/common.gypi index 0df1792137febf..da2e7b0462dfa9 100644 --- a/common.gypi +++ b/common.gypi @@ -36,7 +36,7 @@ # Reset this number to 0 on major V8 upgrades. # Increment by one for each non-official patch applied to deps/v8. - 'v8_embedder_string': '-node.18', + 'v8_embedder_string': '-node.19', ##### V8 defaults for Node.js ##### diff --git a/deps/v8/DEPS b/deps/v8/DEPS index eb3bb4252e80a5..457fcc13f7477e 100644 --- a/deps/v8/DEPS +++ b/deps/v8/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',