-
platform_linker_flagsare now supported onapple_binary: https://buckbuild.com/rule/apple_binary.html - Fixed a bug where Buck is only using the hostname portion of
cache.http_urlfor distributed caches. -
@mikekap added the ability to make the output of a
genruleas executable: https://buckbuild.com/rule/genrule.html -
export_filewas documented: https://buckbuild.com/rule/export_file.html - The directory cache is now enabled by default. @bolinfest noticed that lots of folks who blog about Buck never setup the cache, which is a big speed improvement in itself. Buck now picks a sensible location (
buck-out/cache) for the cache by default and enables thedircache. See https://buckbuild.com/concept/buckconfig.html#cache for more details. - A number of options were added to control the size of the Super Console that Buck outputs. See https://buckbuild.com/concept/buckconfig.html#ui for more details.