Cache buck build results locally by default

Use buck-out/cache folder for local cache of buck build results.
Since we don't (yet) have a shared set of Cassandra cache nodes,
using a local cache is a good default. This will speed up build
times when switching between different version of Gerrit (for example
master/stable) and also when running "git bisect".

Change-Id: Id23c6053e7cb0498d129345f6ead18288d0e9701
This commit is contained in:
Saša Živkov 2013-12-11 13:21:39 +01:00
parent c9595bc90a
commit 9cd9e87e03

View File

@ -15,3 +15,7 @@
[project]
ignore = .git
[cache]
mode = dir
dir = buck-out/cache