Skip to content

Commit 2e4c5cf

Browse files
miladfarcaV8 LUCI CQ
authored andcommitted
remove ppc and s390 from the host_arch list
We only support ppc64 and s390x. Same changes is applied to depot_tools: http://crrev.com/c/7100932 Change-Id: I1e4b660a1e46d1c609189301e8fd977fb7434748 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/7102361 Reviewed-by: Leszek Swirski <[email protected]> Commit-Queue: Milad Farazmand <[email protected]> Reviewed-by: Thibaud Michaud <[email protected]> Cr-Commit-Position: refs/heads/main@{#103488}
1 parent c3af317 commit 2e4c5cf

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

DEPS

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ deps = {
145145
}
146146
],
147147
'dep_type': 'cipd',
148-
'condition': 'host_os == "linux" and host_cpu != "s390" and host_os != "zos" and host_cpu != "ppc"',
148+
'condition': 'host_os == "linux" and host_cpu != "s390x" and host_os != "zos" and host_cpu != "ppc64"',
149149
},
150150
'buildtools/mac': {
151151
'packages': [
@@ -175,7 +175,7 @@ deps = {
175175
}
176176
],
177177
'dep_type': 'cipd',
178-
'condition': '(host_os == "linux" or host_os == "mac" or host_os == "win") and host_cpu != "s390" and host_os != "zos" and host_cpu != "ppc" and (host_cpu != "arm64" or host_os == "mac")',
178+
'condition': '(host_os == "linux" or host_os == "mac" or host_os == "win") and host_cpu != "s390x" and host_os != "zos" and host_cpu != "ppc64" and (host_cpu != "arm64" or host_os == "mac")',
179179
},
180180
'test/benchmarks/data':
181181
Var('chromium_url') + '/v8/deps/third_party/benchmarks.git' + '@' + '05d7188267b4560491ff9155c5ee13e207ecd65f',
@@ -489,7 +489,7 @@ deps = {
489489
}
490490
],
491491
'dep_type': 'cipd',
492-
'condition': 'host_cpu != "s390" and host_os != "zos" and host_cpu != "ppc"'
492+
'condition': 'host_cpu != "s390x" and host_os != "zos" and host_cpu != "ppc64"'
493493
},
494494
'third_party/partition_alloc': {
495495
'url': Var('chromium_url') + '/chromium/src/base/allocator/partition_allocator.git@' + Var('partition_alloc_version'),
@@ -553,7 +553,7 @@ deps = {
553553
}
554554
],
555555
'dep_type': 'cipd',
556-
'condition': 'not build_with_chromium and host_cpu != "s390" and host_os != "zos" and host_cpu != "ppc"',
556+
'condition': 'not build_with_chromium and host_cpu != "s390x" and host_os != "zos" and host_cpu != "ppc64"',
557557
},
558558
'third_party/zlib':
559559
Var('chromium_url') + '/chromium/src/third_party/zlib.git'+ '@' + '5aa617372945f61b628d5b18d3ab1cd1877b750a',

0 commit comments

Comments
 (0)