-
platform_linker_flags
are 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_url
for distributed caches. -
@mikekap added the ability to make the output of a
genrule
as executable: https://buckbuild.com/rule/genrule.html -
export_file
was 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 thedir
cache. 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.