Skip to content

Commit e67c880

Browse files
committed
Disable on Windows.
1 parent e631fbc commit e67c880

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

google/cloud/beyondcorp/BUILD.bazel

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ cc_library(
3434
include = [HEADER_GLOB],
3535
exclude = [MOCK_HEADER_GLOB],
3636
),
37+
# TODO(#9340): fix the Windows builds.
38+
target_compatible_with = select({
39+
"@platforms//os:windows": ["@platforms//:incompatible"],
40+
"//conditions:default": [],
41+
}),
3742
visibility = ["//:__pkg__"],
3843
deps = [
3944
"//:common",

0 commit comments

Comments
 (0)