summaryrefslogtreecommitdiff
path: root/third_party/googleapis/.bazelrc
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/googleapis/.bazelrc')
-rw-r--r--third_party/googleapis/.bazelrc11
1 files changed, 0 insertions, 11 deletions
diff --git a/third_party/googleapis/.bazelrc b/third_party/googleapis/.bazelrc
deleted file mode 100644
index 0839587..0000000
--- a/third_party/googleapis/.bazelrc
+++ /dev/null
@@ -1,11 +0,0 @@
-# To make proto_library rules to include source info in the descriptor
-build --protocopt=--include_source_info
-build --protocopt=--experimental_allow_proto3_optional
-# New boringssl requires C++14
-build --repo_env=BAZEL_CXXOPTS="-std=c++14"
-
-
-# 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 \ No newline at end of file