Update Buck to newest version
The new Buck version fixed macro resolution in cross-cell context: [1],
[2]. Moreover, new version includes number of performance improvements:
* parallel BUCK file parsing
* spooling Java class files directly to jar, without intermediately
storing them on disc
Currently these features are not activated by default, so we have to
manually turn them on.
[1] https://github.com/facebook/buck/issues/544
[2] d2cffbd60d
Change-Id: I133347ad7e963107bea637ece6cd3ee80842d802
This commit is contained in:
@@ -21,10 +21,12 @@
|
|||||||
includes = //tools/default.defs
|
includes = //tools/default.defs
|
||||||
|
|
||||||
[java]
|
[java]
|
||||||
|
jar_spool_mode = direct_to_jar
|
||||||
src_roots = java, resources
|
src_roots = java, resources
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
ignore = .git, eclipse-out
|
ignore = .git, eclipse-out
|
||||||
|
parallel_parsing = true
|
||||||
|
|
||||||
[cache]
|
[cache]
|
||||||
mode = dir
|
mode = dir
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
75b74ccf90a590b284b1a1553dc48af8844a9ca7
|
01a0c54d8271df6d4084750340c1035e497775e0
|
||||||
|
|||||||
Reference in New Issue
Block a user