Bazel docs: Clarify why the cache folder name includes 'buck'

Change-Id: I75b9b3a6f5c5c19ebffbb4e88b0ea921dd1d7c7e
Signed-off-by: Edwin Kempin <ekempin@google.com>
This commit is contained in:
Edwin Kempin 2016-11-14 17:16:08 -08:00
parent d31903c9e4
commit 2bb23ad4d2

View File

@ -306,6 +306,9 @@ Note that the root `buck-cache` folder should not be deleted as it also contains
the `downloaded-artifacts` directory, which holds the artifacts that got
downloaded (not built locally).
[NOTE] When building with Bazel the artifacts are still cached in
`~/.gerritcodereview/buck-cache/`. This allows Bazel to make use of
libraries that were previously downloaded by Buck.
== Known issues and bugs