Skip to content

Instantly share code, notes, and snippets.

@shepting
Created October 16, 2018 02:33
Show Gist options
  • Save shepting/17b2196fe2c07df7dd7f3dfc2befcca9 to your computer and use it in GitHub Desktop.
Save shepting/17b2196fe2c07df7dd7f3dfc2befcca9 to your computer and use it in GitHub Desktop.
Building with Buck
What do Uber, Facebook, and Airbnb all have in common?
They use the Buck build system to manage millions of lines of code, across hundreds of
iOS engineers, building many iOS apps.
Here how Buck can make builds faster (smartly optimizing build hierarchies), consistent
(hermetic build descriptions), and efficient (caching everything on the server except
what code has changed locally).
Although this build system is used by the largest iOS organizations in the world, the
documentation is sub-par and has oodles of sharp edges and gotchas.
Hear about how to get started with this state-of-the-art build system, and see how you
can get started taking advantage of these benefits today.
https://github.com/airbnb/bucksample
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment