Skip to content

Commit

Permalink
Try dropping the CPU constraint values on Windows.
Browse files Browse the repository at this point in the history
GitHub Actions should give us 32-bit versus 64-bit
Python and then Bazel should use whichever it sees
on the system.

Change-Id: Ic644188f1ebf33e04f4163ef71cc48e1c8b11efa
Reviewed-on: https://code-review.googlesource.com/c/re2/+/62371
Reviewed-by: Alex Chernyakhovsky <[email protected]>
Reviewed-by: Paul Wankadia <[email protected]>
  • Loading branch information
junyer committed Jan 16, 2024
1 parent c644d9a commit 52d768f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,13 @@ platform(
platform(
name = "x64_x86_windows",
constraint_values = [
"@platforms//cpu:x86_32",
"@platforms//os:windows",
],
)

platform(
name = "x64_windows",
constraint_values = [
"@platforms//cpu:x86_64",
"@platforms//os:windows",
],
)

0 comments on commit 52d768f

Please sign in to comment.