| import %workspace%/../tools/preset.bazelrc | |
| # Never Compile protoc Again | |
| # Don't build protoc from the cc_binary, it's slow and spammy when cache miss | |
| common --per_file_copt=external/.*protobuf.*@--PROTOBUF_WAS_NOT_SUPPOSED_TO_BE_BUILT | |
| common --host_per_file_copt=external/.*protobuf.*@--PROTOBUF_WAS_NOT_SUPPOSED_TO_BE_BUILT | |
| common --java_runtime_version=remotejdk_11 |