-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.bazelrc
More file actions
17 lines (14 loc) · 709 Bytes
/
.bazelrc
File metadata and controls
17 lines (14 loc) · 709 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Import bazelrc presets
import %workspace%/.bazel-lib/bazelrc/convenience.bazelrc
import %workspace%/.bazel-lib/bazelrc/correctness.bazelrc
import %workspace%/.bazel-lib/bazelrc/performance.bazelrc
import %workspace%/.bazel-lib/bazelrc/nix-toolchains.bazelrc
import %workspace%/.bazel-lib/bazelrc/clippy.bazelrc
import %workspace%/.bazel-lib/bazelrc/osx.bazelrc
import %workspace%/.bazel-lib/bazelrc/release.bazelrc
common --incompatible_enable_proto_toolchain_resolution
common --enable_workspace
# Enable tracking of source directories to silence warnings about libunwind.
startup --host_jvm_args=-DBAZEL_TRACK_SOURCE_DIRECTORIES=1
try-import %workspace%/.bazelenvrc
try-import %workspace%/user.bazelrc