We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b01f03e commit eb762e3Copy full SHA for eb762e3
1 file changed
.bazelrc
@@ -1,6 +1,8 @@
1
# Global bazelrc file, see https://docs.bazel.build/versions/master/guide.html#bazelrc.
2
-# on Chef VM Use a local cache dir that belongs to the bazelcache group
3
-build --disk_cache=/tmp/bazel/
+
+# Use local Cache directory if building on a VM:
4
+# On Chef VM, create a directory and comment in the following line:
5
+# build --disk_cache=</tmp/bazel/> # Optional for multi-user cache: Make this directory owned by a group name e.g. "bazelcache"
6
7
# Use strict action env to prevent leaks of env vars.
8
build --incompatible_strict_action_env
0 commit comments