2019-05-23 18:03:08 +00:00
|
|
|
# To make proto_library rules to include source info in the descriptor
|
2020-12-01 19:49:14 +00:00
|
|
|
build --protocopt=--include_source_info
|
2020-06-05 17:26:31 +00:00
|
|
|
build --protocopt=--experimental_allow_proto3_optional
|
2020-05-16 01:20:25 +00:00
|
|
|
|
|
|
|
|
# This is to avoid JVM SIGBUS crashes on highly parallel builds,
|
|
|
|
|
# see https://github.com/bazelbuild/bazel/issues/3236 for more details
|
|
|
|
|
build --enable_platform_specific_config
|
2020-12-01 19:49:14 +00:00
|
|
|
build:linux --sandbox_tmpfs_path=/tmp
|