We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4309abe commit 30451beCopy full SHA for 30451be
examples/example_without_cc_toolchain/BUILD.bazel
@@ -9,4 +9,9 @@ proto_library(
9
cc_proto_library(
10
name = "cc_empty_proto",
11
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"],
17
)
0 commit comments