File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# 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
3
3
common --@aspect_rules_py//py:interpreter_version=3.9.18
4
4
5
5
# Force rules_go to disable CGO even though we have a (fake) C++ toolchain registered.
6
6
common --host_platform=//tools:no_cgo_host_platform
7
7
common --@aspect_rules_ts//ts:skipLibCheck=always
8
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
You can’t perform that action at this time.
0 commit comments