Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B buck
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 201
    • Issues 201
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 22
    • Merge requests 22
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Meta
  • buck
  • Tags
  • v2016.02.08.01
v2016.02.08.01
eb7d811f · Prepare release v2016.02.08.01. · Feb 08, 2016
Release
Download source code
zip tar.gz tar.bz2 tar
  • platform_linker_flags are now supported on apple_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 the dir 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.