Skip to content

Commit eb762e3

Browse files
committed
chore: comment out the cache dir for bazel and explain how to use it if desired
Signed-off-by: entlein <einentlein@gmail.com>
1 parent b01f03e commit eb762e3

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.bazelrc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# 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/
2+
3+
# 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"
46

57
# Use strict action env to prevent leaks of env vars.
68
build --incompatible_strict_action_env

0 commit comments

Comments
 (0)