File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 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
33common --@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.
66common --host_platform=//tools:no_cgo_host_platform
77common --@aspect_rules_ts//ts:skipLibCheck=always
88common --@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
You can’t perform that action at this time.
0 commit comments