mark cc_proto_library as manual

This commit is contained in:
thesayyn 2026-01-06 12:46:18 -08:00
parent 4309abe67f
commit 30451beb53
No known key found for this signature in database
GPG key ID: D10C0AE203D0E4A8

View file

@ -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"],
)