mirror of
https://github.com/protocolbuffers/protobuf
synced 2026-08-26 02:23:14 -04:00
mark cc_proto_library as manual
This commit is contained in:
parent
4309abe67f
commit
30451beb53
1 changed files with 5 additions and 0 deletions
|
|
@ -9,4 +9,9 @@ proto_library(
|
|||
cc_proto_library(
|
||||
name = "cc_empty_proto",
|
||||
deps = [":empty_proto"],
|
||||
# We already have a anaylsis test that asserts that the cc_proto_library
|
||||
# uses the correct prebuilt toolchain, this cc_proto_library will never
|
||||
# compile since the prebuilt toolchain is always behind the HEAD therefore
|
||||
# will end up in version skew compilation errors.
|
||||
tags = ["manual"],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue