Skip to content

Commit

Permalink
remove buck2 from backend dependencies doc (#4226) (#4247)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #4226

for alpha+, we need to remove all buck2 commands and buck2 dependencies from static doc and github readmes.
This diff gets rid of the buck2 from kernel lb backend dependencies doc.

Reviewed By: kirklandsign

Differential Revision: D59650240

fbshipit-source-id: 07d28a5f81f375e115d9daeeec6a5381a61b75a0
(cherry picked from commit e599d37)

Co-authored-by: Songhao Jia <[email protected]>
  • Loading branch information
pytorchbot and Gasoonjia authored Jul 13, 2024
1 parent 622c6cf commit a1250aa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/source/backend-delegates-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,8 @@ but the URLs can't be in the requirements.txt, so not recommending this for now.
The recommended approach is to include a git submodule for a given C++
dependency in the `executorch/backends/<delegate_name>/third-party` directory.

### buck2/CMake Support
At a minimum CMake support is required. Adding buck2 support is optional, but
will make the delegate available to more ExecuTorch users.
### CMake Support
At a minimum CMake support is required.

<!---
TODO: Add more details about: complying with ET runtime build configurations;
Expand Down

0 comments on commit a1250aa

Please sign in to comment.