We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e146e5 commit 9006fd1Copy full SHA for 9006fd1
.bazelrc
@@ -5,6 +5,16 @@
5
## https://bazel.build/docs/best-practices#bazelrc-file
6
###############################################################################
7
8
+# Skip building runfiles links for faster builds.
9
+build --nobuild_runfile_links
10
+
11
+# TODO: Coverage errors are not reported
12
+coverage --test_output=errors
13
14
+# Enable more verbose logging
15
+coverage --test_env=VERBOSE_COVERAGE=1
16
+coverage --test_env=RUST_BACKTRACE=1
17
18
# https://bazel.build/reference/command-line-reference#flag--enable_platform_specific_config
19
common --enable_platform_specific_config
20
0 commit comments