We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b60e070 commit 53a9c27Copy full SHA for 53a9c27
.circleci/bazel.rc
@@ -2,6 +2,10 @@
2
# This allows us adding specific configuration flags for builds within CircleCI.
3
# See more: https://docs.bazel.build/versions/master/user-manual.html#where-are-the-bazelrc-files
4
5
+# Print all enabled Bazel flags in CI mode. This makes it easier to debug and reproduce
6
+# Bazel issues that show up on CircleCI.
7
+common --announce_rc
8
+
9
# Save downloaded repositories in a location that can be cached by CircleCI. This helps us
10
# speeding up the analysis time significantly with Bazel managed node dependencies on the CI.
11
build --repository_cache=/home/circleci/bazel_repository_cache
0 commit comments