We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e631fbc commit e67c880Copy full SHA for e67c880
google/cloud/beyondcorp/BUILD.bazel
@@ -34,6 +34,11 @@ cc_library(
34
include = [HEADER_GLOB],
35
exclude = [MOCK_HEADER_GLOB],
36
),
37
+ # TODO(#9340): fix the Windows builds.
38
+ target_compatible_with = select({
39
+ "@platforms//os:windows": ["@platforms//:incompatible"],
40
+ "//conditions:default": [],
41
+ }),
42
visibility = ["//:__pkg__"],
43
deps = [
44
"//:common",
0 commit comments