Oh excellent, then better (and more portable!) tools are available: http://pants.build https://ninja-build.org https://buck.build and, if you hate yourself: https://bazel.build. - Source: Hacker News / 3 months ago
Pioneered by tech giants like Google and Meta with tools like Bazel and Buck, monorepos are seeing widespread adoption across companies of all sizes and industries. - Source: dev.to / 9 months ago
Buck has a http_file() that you can use this way, and it has first-class support for Java. - Source: Reddit / 10 months ago
That's a good bridge into saying that we don't use pretty much any standard tooling. Our build system is Buck, we use Mercurial instead of Git, and the IDE of choice seems to be Visual Studio (although Android Studio is supported, with some custom plugins required). - Source: Reddit / 12 months ago
The landing page of https://buck.build/ explains some of the most basic stuff. This Meta Engineering blog post summarizes some of the deeper optimizations possible through buck: https://engineering.fb.com/2017/11/09/android/rethinking-android-app-compilation-with-buck/. - Source: Reddit / over 1 year ago
The landing page for buck says the important bits: https://buck.build/. - Source: Reddit / over 1 year ago
Buck: Facebook’s open-source fast build system. Supports differential builds on multiple languages and platforms. - Source: dev.to / almost 2 years ago
Do you know an article comparing Buck to other products?
Suggest a link to a post with product alternatives.