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

This commit is contained in:
ekempin 2016-11-15 01:18:48 +00:00 committed by Gerrit Code Review
commit d49458ae1b
1 changed files with 3 additions and 0 deletions

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