Hi All,
The local disk cache seems like a no-brainer to use, so I'm surprised it's not enabled by default.
1. Is there any reason not to use it?
> You can pass a user-specific path to the --disk_cache flag using the ~ alias (Bazel will substitute the current user's home directory). This comes in handy when enabling the disk cache for all developers of a project via the project's checked in .bazelrc file.
2. This is also backwards from what I'd expect. If you are sharing a machine with other users building the same repositories why would you not want to share the same build cache?
Thanks,
Caleb