-
Notifications
You must be signed in to change notification settings - Fork 537
Remove buck dependency from CMake build #8268
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
Labels
module: build/install
Issues related to the cmake and buck2 builds, and to installing ExecuTorch
module: user experience
Issues related to reducing friction for users
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
Comments
Here's my plan to execute on this. PR counts are estimates just to give an idea of what to expect.
If we wanted to be extremely aggressive, we could move (2) after (4), but I don't see any particular reason to rush to remove Buck from the process before the replacement setup is properly "livable". |
This was referenced Feb 12, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
module: build/install
Issues related to the cmake and buck2 builds, and to installing ExecuTorch
module: user experience
Issues related to reducing friction for users
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
🚀 The feature, motivation and pitch
CMake builds currently rely on buck under the hood to generate source lists for each target. Buck is not available on all platforms and is the source of friction when building ExecuTorch. We've discussed and are largely aligned on the goal to remove the buck dependency from CMake, either by splitting source lists into a format that can be shared between buck and CMake, or by globbing.
Alternatives
No response
Additional context
No response
RFC (Optional)
No response
cc @larryliu0820 @mergennachin @byjlw
The text was updated successfully, but these errors were encountered: