d0d867892e
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
37 lines
810 B
Plaintext
37 lines
810 B
Plaintext
[alias]
|
|
api = //:api
|
|
api_deploy = //tools/maven:api_deploy
|
|
api_install = //tools/maven:api_install
|
|
war_deploy = //tools/maven:war_deploy
|
|
war_install = //tools/maven:war_install
|
|
chrome = //:chrome
|
|
docs = //Documentation:searchfree
|
|
firefox = //:firefox
|
|
gerrit = //:gerrit
|
|
gwtgerrit = //:gwtgerrit
|
|
headless = //:headless
|
|
polygerrit = //:polygerrit
|
|
release = //:release
|
|
safari = //:safari
|
|
soyc = //gerrit-gwtui:ui_soyc
|
|
soyc_r = //gerrit-gwtui:ui_soyc_r
|
|
withdocs = //:withdocs
|
|
|
|
[buildfile]
|
|
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
|
|
dir = ~/.gerritcodereview/buck-cache/locally-built-artifacts
|
|
|
|
[test]
|
|
excluded_labels = manual
|