-
Notifications
You must be signed in to change notification settings - Fork 795
[executorch] Remove EXECUTORCH_CLIENTS visibility gating - Core #16474
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
[executorch] Remove EXECUTORCH_CLIENTS visibility gating - Core #16474
Conversation
Remove the EXECUTORCH_CLIENTS buck client list that gates visibility on core infrastructure targets. This removes the gating rule in runtime_wrapper.bzl and replaces all visibility blocks containing @EXECUTORCH_CLIENTS with explicit PUBLIC visibility. This is part 1 of a multi-diff stack to remove visibility gating across all of executorch. This diff covers: - build/runtime_wrapper.bzl (removes the gating rule) - runtime/core/* targets - runtime/platform targets Differential Revision: [D89902032](https://our.internmc.facebook.com/intern/diff/D89902032/) [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/16474
Note: Links to docs will display an error until the docs builds have been completed. ✅ You can merge normally! (1 Unrelated Failure)As of commit ffa8fa6 with merge base 09b5bdb ( UNSTABLE - The following job is marked as unstable, possibly due to flakiness on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
… Core" Remove the EXECUTORCH_CLIENTS buck client list that gates visibility on core infrastructure targets. This removes the gating rule in runtime_wrapper.bzl and replaces all visibility blocks containing EXECUTORCH_CLIENTS with explicit PUBLIC visibility. This is part 1 of a multi-diff stack to remove visibility gating across all of executorch. This diff covers: - build/runtime_wrapper.bzl (removes the gating rule) - runtime/core/* targets - runtime/platform targets Differential Revision: [D89902032](https://our.internmc.facebook.com/intern/diff/D89902032/) [ghstack-poisoned]
1af683a
into
gh/GregoryComer/167/base
This PR was created by the merge bot to help merge the original PR into the main branch. ghstack PR number: #16474 by @GregoryComer ^ Please use this as the source of truth for the PR details, comments, and reviews ghstack PR base: https://github.com/pytorch/executorch/tree/gh/GregoryComer/167/base ghstack PR head: https://github.com/pytorch/executorch/tree/gh/GregoryComer/167/head Merge bot PR base: https://github.com/pytorch/executorch/tree/main Merge bot PR head: https://github.com/pytorch/executorch/tree/gh/GregoryComer/167/orig Differential Revision: [D89902032](https://our.internmc.facebook.com/intern/diff/D89902032/) @diff-train-skip-merge Co-authored-by: Gregory Comer <gjcomer@meta.com>
Stack from ghstack (oldest at bottom):
Remove the EXECUTORCH_CLIENTS buck client list that gates visibility on core infrastructure
targets. This removes the gating rule in runtime_wrapper.bzl and replaces all visibility
blocks containing @EXECUTORCH_CLIENTS with explicit PUBLIC visibility.
This is part 1 of a multi-diff stack to remove visibility gating across all of executorch.
This diff covers:
Differential Revision: D89902032