aboutsummaryrefslogtreecommitdiff
path: root/.bazelrc
blob: db6c4f65eaa900ecc07694e27199007486845cb6 (plain)
1
2
3
4
5
6
7
# To make proto_library rules to include source info in the descriptor
build --protocopt=--include_source_info

# 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