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 728cce7 commit 44e7723Copy full SHA for 44e7723
.bazelrc
@@ -30,6 +30,9 @@ build --enable_runfiles
30
# Make Bazel 7 use bzlmod by default
31
common --enable_bzlmod
32
33
+# Local disk cache greatly speeds up builds if the regular cache is lost
34
+common --disk_cache=~/.cache/bazel/bazel-disk-cache
35
+
36
# Additional config to use for readthedocs builds.
37
# See .readthedocs.yml for additional flags that can only be determined from
38
# the runtime environment.
0 commit comments