Skip to content

Commit e6c2cfd

Browse files
authored
chore: ensure we don't compile protoc (#554)
1 parent 84f17d3 commit e6c2cfd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.bazelrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ build --define=SOME_VAR=SOME_VALUE
1212

1313
common --features=-libtool
1414
common --incompatible_enable_cc_toolchain_resolution
15+
common --per_file_copt=external/.*protobuf.*@--PROTOBUF_WAS_NOT_SUPPOSED_TO_BE_BUILT
16+
common --host_per_file_copt=external/.*protobuf.*@--PROTOBUF_WAS_NOT_SUPPOSED_TO_BE_BUILT
1517

1618
# Use local rules_python
1719
# Enable with --config=dev

0 commit comments

Comments
 (0)