Skip to content
forked from v8/v8

Commit

Permalink
Merged: [buildtools] skip fetching ninja and reclient on ppc/s390 pla…
Browse files Browse the repository at this point in the history
…tforms

Revision: a593add

NOTRY=true
NOPRESUBMIT=true
NOTREECHECKS=true
R=junyan@redhat.com

Bug:v8:13454

Change-Id: I8cf5ece7e35eb0a4e1dbee5a147d330f72d15aaf
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4004960
Commit-Queue: Milad Farazmand <mfarazma@redhat.com>
Reviewed-by: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/branch-heads/10.7@{v8#38}
Cr-Branched-From: 4d2145c-refs/heads/10.7.193@{#1}
Cr-Branched-From: 9521696-refs/heads/main@{#83201}
  • Loading branch information
miladfarca authored and V8 LUCI CQ committed Nov 4, 2022
1 parent bda5eca commit d3d5232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit d3d5232

Please sign in to comment.