Skip to content

Commit

Permalink
Add windows_msvc back to conditions.
Browse files Browse the repository at this point in the history
This is partial revert of 6d637f4.

windows_msvc condition is used downstream by tensorflow via ruy.

The culprit line is in https://github.com/google/ruy/blob/master/ruy/build_defs.bzl#L60 (and #L67,#L77).

Closes bazelbuild#12661.

PiperOrigin-RevId: 346353748
  • Loading branch information
comius authored and Copybara-Service committed Dec 8, 2020
1 parent 4d9a79b commit a06d7e1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/conditions/BUILD
Expand Up @@ -149,6 +149,12 @@ config_setting(
visibility = ["//visibility:public"],
)

config_setting(
name = "windows_msvc",
values = {"cpu": "x64_windows_msvc"},
visibility = ["//visibility:public"],
)

config_setting(
name = "arm",
constraint_values = ["@platforms//cpu:arm"],
Expand Down

0 comments on commit a06d7e1

Please sign in to comment.