We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7855ce commit fe61b04Copy full SHA for fe61b04
examples/.bazelrc
@@ -6,3 +6,11 @@ common --@aspect_rules_py//py:interpreter_version=3.9.18
6
common --host_platform=//tools:no_cgo_host_platform
7
common --@aspect_rules_ts//ts:skipLibCheck=always
8
common --@aspect_rules_ts//ts:default_to_tsc_transpiler
9
+
10
11
+common --per_file_copt=external/.*protobuf.*@--PROTOBUF_WAS_NOT_SUPPOSED_TO_BE_BUILT
12
+common --host_per_file_copt=external/.*protobuf.*@--PROTOBUF_WAS_NOT_SUPPOSED_TO_BE_BUILT
13
14
15
+common --per_file_copt=external/.*grpc.*@--GRPC_WAS_NOT_SUPPOSED_TO_BE_BUILT
16
+common --host_per_file_copt=external/.*grpc.*@--GRPC_WAS_NOT_SUPPOSED_TO_BE_BUILT
0 commit comments