Skip to content

Commit 950fc96

Browse files
committed
break the build
1 parent e7855ce commit 950fc96

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

examples/.bazelrc

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
# The main ingredient: allow us to register toolchains other than com_google_protobuf targets
2-
common --incompatible_enable_proto_toolchain_resolution
2+
# common --incompatible_enable_proto_toolchain_resolution
33
common --@aspect_rules_py//py:interpreter_version=3.9.18
44

55
# Force rules_go to disable CGO even though we have a (fake) C++ toolchain registered.
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)