Skip to content

Commit 30451be

Browse files
committed
mark cc_proto_library as manual
1 parent 4309abe commit 30451be

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

examples/example_without_cc_toolchain/BUILD.bazel

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,9 @@ proto_library(
99
cc_proto_library(
1010
name = "cc_empty_proto",
1111
deps = [":empty_proto"],
12+
# We already have a anaylsis test that asserts that the cc_proto_library
13+
# uses the correct prebuilt toolchain, this cc_proto_library will never
14+
# compile since the prebuilt toolchain is always behind the HEAD therefore
15+
# will end up in version skew compilation errors.
16+
tags = ["manual"],
1217
)

0 commit comments

Comments
 (0)