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.
2 parents 4fa57dd + 8775555 commit f5a8c54Copy full SHA for f5a8c54
.bazelrc
@@ -25,6 +25,9 @@ build --enable_runfiles
25
# Make Bazel 7 use bzlmod by default
26
common --enable_bzlmod
27
28
+# Local disk cache greatly speeds up builds if the regular cache is lost
29
+common --disk_cache=~/.cache/bazel/bazel-disk-cache
30
+
31
# Additional config to use for readthedocs builds.
32
# See .readthedocs.yml for additional flags that can only be determined from
33
# the runtime environment.
0 commit comments