Skip to content

Commit 4ce9c0c

Browse files
committed
Use the buck-cache
For many users this won't help, but if anyone uses multiple versions of Buck, this will make their builds a lot faster.
1 parent 703cffb commit 4ce9c0c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.buckconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
java/client/build, \
1212
java/server/build
1313

14+
[cache]
15+
mode = dir
16+
1417
[test]
1518
# Maximum timeout of 10 minutes per test (since each suite counts as a test)
1619
timeout = 600000

0 commit comments

Comments
 (0)