We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0ba062 commit 8cfc6c8Copy full SHA for 8cfc6c8
1 file changed
.bazelrc
@@ -1,7 +1,8 @@
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
5
# This is to avoid JVM SIGBUS crashes on highly parallel builds,
6
# see https://github.com/bazelbuild/bazel/issues/3236 for more details
7
build --enable_platform_specific_config
-build:linux --sandbox_tmpfs_path=/tmp
8
+build:linux --sandbox_tmpfs_path=/tmp
0 commit comments