Rename build files from TARGETS to BUCK (group ID: 7455922743067832490) (#19426)#19426
Rename build files from TARGETS to BUCK (group ID: 7455922743067832490) (#19426)#19426bigfootjon wants to merge 1 commit intomainfrom
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/19426
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ❌ 8 New FailuresAs of commit 488505e with merge base 93b764e ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@bigfootjon has exported this pull request. If you are a Meta employee, you can view the originating Diff in D104414871. |
This PR needs a
|
There was a problem hiding this comment.
Pull request overview
Migrates Arm backend Buck build definitions to use the fbcode_target wrapper macro, consistent with build-file migration from TARGETS-style definitions toward BUCK-named build files.
Changes:
- Add
build_file_migration.bzlloads forfbcode_target/non_fbcode_targetin two Arm BUCK files. - Wrap existing
runtime.python_librarytargets withfbcode_target(_kind = runtime.python_library, ...)without changing target attributes.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| backends/arm/operator_support/BUCK | Wraps the operator_support Python library target with fbcode_target for build-file migration compatibility. |
| backends/arm/debug/BUCK | Wraps the schema Python library target with fbcode_target for build-file migration compatibility. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
db58d88 to
488505e
Compare
Summary: Pull Request resolved: #19426
Reviewed By: bigfootjon
Differential Revision: D104414871