You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
380 B
8 lines
380 B
# To make proto_library rules to include source info in the descriptor |
|
build --protocopt=--include_source_info |
|
build --protocopt=--experimental_allow_proto3_optional |
|
|
|
# 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 |
|
build:linux --sandbox_tmpfs_path=/tmp |