Skip to content

Commit

Permalink
Revert "Try dropping the CPU constraint values on Windows."
Browse files Browse the repository at this point in the history
This reverts commit 52d768f.

Change-Id: Ifb28c3d0938e447fbbff247b5422534bf949ec2d
Reviewed-on: https://code-review.googlesource.com/c/re2/+/62390
Reviewed-by: Paul Wankadia <[email protected]>
Reviewed-by: Alex Chernyakhovsky <[email protected]>
  • Loading branch information
junyer committed Jan 16, 2024
1 parent a5a23a9 commit 27b17d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,15 @@ 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 27b17d5

Please sign in to comment.