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:
parent
c9595bc90a
commit
9cd9e87e03
@ -15,3 +15,7 @@
|
||||
|
||||
[project]
|
||||
ignore = .git
|
||||
|
||||
[cache]
|
||||
mode = dir
|
||||
dir = buck-out/cache
|
||||
|
Loading…
x
Reference in New Issue
Block a user