commit | d0d867892ea7da5fd9875460c04848e8129209ff | [log] [tgz] |
---|---|---|
author | David Ostrovsky <david@ostrovsky.org> | Thu Dec 17 07:37:35 2015 +0100 |
committer | David Ostrovsky <david@ostrovsky.org> | Fri Dec 18 07:35:37 2015 +0100 |
tree | 9f655500c04c646faa8fa7e8a45522105d94fd1e | |
parent | 55a35ca60a0b83380bcd59247d17d012a21cf4a8 [diff] [blame] |
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] https://github.com/facebook/buck/commit/d2cffbd60d3252d2025394e7c92c5ef2f272e271 Change-Id: I133347ad7e963107bea637ece6cd3ee80842d802
diff --git a/.buckconfig b/.buckconfig index c766d30..7814eec 100644 --- a/.buckconfig +++ b/.buckconfig
@@ -21,10 +21,12 @@ includes = //tools/default.defs [java] + jar_spool_mode = direct_to_jar src_roots = java, resources [project] ignore = .git, eclipse-out + parallel_parsing = true [cache] mode = dir