-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What are the future plans around Bazel? #367
Comments
Hi Chris, Sorry for the delay! So as you are no doubt aware, Buck and Bazel are very similar. Both are inspired by an earlier internal Google build tool; I think it was called Blaze. Due to its use in Tensorflow, Abseil and other open-source Google projects, it seems that Bazel is becoming the most popular build-system in this family; others include Pants (Twitter), Brazil (Amazon internal) and Please (ThoughtMachine). Our plan is to support Buck and Bazel, but migrate to Bazel as the preferred option. This means adding some code to Buckaroo (as you have noticed) and also migrating the packages we provide to contain both Aside from the cosmetic differences (e.g. Bazel also has the ability to fetch remote workspaces as part of a pre-build step. This has some overlap with the functionality of Buckaroo, although it is not as powerful. In Bazel, only the top-level In the future, we will add further package sources such as NPM and Maven to the existing ones (Git, HTTPS, GitHub, etc.) to enable Buckaroo to support mainstream languages. Since Bazel can build these languages we will have a pretty compelling combo for polyglot projects! Hope that helps, let me know if you have any questions. |
Thanks for replying so fast, @njlr! Definitely no need for apologies :) Sounds like we should plan on migrating to Bazel with you guys. We're a polyglot project if there ever were one--and I'm actually most familiar with Blaze, after some time within Google. Separately, quick pitch for wrapping CocoaPods, given all the iOS/mobile use of these build systems. Any sense for the timeline, so we can sync with you all? And is the plan to defer problems with the current version (e.g. #363, #364) until Bazel support is complete? Thanks so much, |
Roadmap will be determined mid February and active development will start end of February. |
Hey @njlr,
We've been using buckaroo and BUCK for a long time, but we're considering a switch to Bazel. I see a bunch of commits recently from you around Bazel support for buckaroo. Could I ask what you all are planning there? Is the plan to wrap repos that build with Bazel? Or to switch over to support bazel entirely? (Or something else?)
Thanks so much,
Chris
The text was updated successfully, but these errors were encountered: