Skip to content

Commit e6c83c9

Browse files
committed
Alas, --extra_execution_platforms didn't help.
Change-Id: I84064688f4a46aed413ffea82f017290fc3f7a54 Reviewed-on: https://code-review.googlesource.com/c/re2/+/62450 Reviewed-by: Perry Lorier <perryl@google.com> Reviewed-by: Paul Wankadia <junyer@google.com>
1 parent 70abe6b commit e6c83c9

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

python/setup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ def build_extension(self, ext):
5656
cpu = os.environ['BAZEL_CPU']
5757
cmd.append(f'--cpu={cpu}')
5858
cmd.append(f'--platforms=//python:{cpu}')
59-
if cpu == 'x64_x86_windows':
60-
# Attempt to convince Bazel 7 that X64 can build for X86.
61-
cmd.append('--extra_execution_platforms=//python:x64_windows')
6259
except KeyError:
6360
pass
6461
# Register the local Python toolchain with highest priority.

0 commit comments

Comments
 (0)