.bazelrc 380 B

12345678
  1. # To make proto_library rules to include source info in the descriptor
  2. build --protocopt=--include_source_info
  3. build --protocopt=--experimental_allow_proto3_optional
  4. # This is to avoid JVM SIGBUS crashes on highly parallel builds,
  5. # see https://github.com/bazelbuild/bazel/issues/3236 for more details
  6. build --enable_platform_specific_config
  7. build:linux --sandbox_tmpfs_path=/tmp