• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# To make proto_library rules to include source info in the descriptor
2build --protocopt=--include_source_info
3build --protocopt=--experimental_allow_proto3_optional
4# New boringssl requires C++14
5build --repo_env=BAZEL_CXXOPTS="-std=c++14"
6
7
8# This is to avoid JVM SIGBUS crashes on highly parallel builds,
9# see https://github.com/bazelbuild/bazel/issues/3236 for more details
10build --enable_platform_specific_config
11build:linux --sandbox_tmpfs_path=/tmp
12
13# Do not create bazel-* symlinks in the workspace directory
14build:linux --experimental_convenience_symlinks=ignore
15test:linux --experimental_convenience_symlinks=ignore
16run:linux --experimental_convenience_symlinks=ignore
17