Skip to content

Commit 27b17d5

Browse files
committed
Revert "Try dropping the CPU constraint values on Windows."
This reverts commit 52d768f. Change-Id: Ifb28c3d0938e447fbbff247b5422534bf949ec2d Reviewed-on: https://code-review.googlesource.com/c/re2/+/62390 Reviewed-by: Paul Wankadia <junyer@google.com> Reviewed-by: Alex Chernyakhovsky <achernya@google.com>
1 parent a5a23a9 commit 27b17d5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

python/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,15 @@ platform(
5858
platform(
5959
name = "x64_x86_windows",
6060
constraint_values = [
61+
"@platforms//cpu:x86_32",
6162
"@platforms//os:windows",
6263
],
6364
)
6465

6566
platform(
6667
name = "x64_windows",
6768
constraint_values = [
69+
"@platforms//cpu:x86_64",
6870
"@platforms//os:windows",
6971
],
7072
)

0 commit comments

Comments
 (0)