Skip to content

Commit fe61b04

Browse files
committed
break the build
1 parent e7855ce commit fe61b04

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

examples/.bazelrc

+8
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,11 @@ common --@aspect_rules_py//py:interpreter_version=3.9.18
66
common --host_platform=//tools:no_cgo_host_platform
77
common --@aspect_rules_ts//ts:skipLibCheck=always
88
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

Comments
 (0)