-
Notifications
You must be signed in to change notification settings - Fork 741
Add required_for_abi_source_only = True to extension/android:executorch_llama
#12093
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
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/12093
Note: Links to docs will display an error until the docs builds have been completed. ✅ You can merge normally! (2 Unrelated Failures)As of commit a224583 with merge base f2f2a9d ( BROKEN TRUNK - The following jobs failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
This pull request was exported from Phabricator. Differential Revision: D77479748 |
|
@pytorchbot label "release notes: build" |
…orch_llama (pytorch#12093) Summary: [Buck's document on Java source ABI](https://buck.build/concept/java_abis.html) recommends adding `required_for_source_abi = True` to targets that export annotations: > ... All annotations and compile-time constants (including enum values) used in the interface of a rule must be present during source-only ABI generation. > The error will suggest adding required_for_source_abi = True to any rule that defines an annotation type or a compile-time constant that is used from another rule, ... Differential Revision: D77479748
|
This pull request was exported from Phabricator. Differential Revision: D77479748 |
|
Rebase and make sure the android emulator job is ok or unrelated. Thanks. |
…orch_llama (pytorch#12093) Summary: [Buck's document on Java source ABI](https://buck.build/concept/java_abis.html) recommends adding `required_for_source_abi = True` to targets that export annotations: > ... All annotations and compile-time constants (including enum values) used in the interface of a rule must be present during source-only ABI generation. > The error will suggest adding required_for_source_abi = True to any rule that defines an annotation type or a compile-time constant that is used from another rule, ... Reviewed By: digantdesai, thezhangwei Differential Revision: D77479748
|
This pull request was exported from Phabricator. Differential Revision: D77479748 |
…orch_llama (pytorch#12093) Summary: Pull Request resolved: pytorch#12093 [Buck's document on Java source ABI](https://buck.build/concept/java_abis.html) recommends adding `required_for_source_abi = True` to targets that export annotations: > ... All annotations and compile-time constants (including enum values) used in the interface of a rule must be present during source-only ABI generation. > The error will suggest adding required_for_source_abi = True to any rule that defines an annotation type or a compile-time constant that is used from another rule, ... Reviewed By: digantdesai, thezhangwei Differential Revision: D77479748
…orch_llama (pytorch#12093) Summary: [Buck's document on Java source ABI](https://buck.build/concept/java_abis.html) recommends adding `required_for_source_abi = True` to targets that export annotations: > ... All annotations and compile-time constants (including enum values) used in the interface of a rule must be present during source-only ABI generation. > The error will suggest adding required_for_source_abi = True to any rule that defines an annotation type or a compile-time constant that is used from another rule, ... Reviewed By: digantdesai, thezhangwei Differential Revision: D77479748
|
This pull request was exported from Phabricator. Differential Revision: D77479748 |
…orch_llama (pytorch#12093) Summary: [Buck's document on Java source ABI](https://buck.build/concept/java_abis.html) recommends adding `required_for_source_abi = True` to targets that export annotations: > ... All annotations and compile-time constants (including enum values) used in the interface of a rule must be present during source-only ABI generation. > The error will suggest adding required_for_source_abi = True to any rule that defines an annotation type or a compile-time constant that is used from another rule, ... Reviewed By: digantdesai, thezhangwei Differential Revision: D77479748
|
This pull request was exported from Phabricator. Differential Revision: D77479748 |
|
@digantdesai Could you check whether the emulator failure is relevant? I'm wondering if it is because I made the PR and don't have relevant permissions: |
…orch_llama (pytorch#12093) Summary: [Buck's document on Java source ABI](https://buck.build/concept/java_abis.html) recommends adding `required_for_source_abi = True` to targets that export annotations: > ... All annotations and compile-time constants (including enum values) used in the interface of a rule must be present during source-only ABI generation. > The error will suggest adding required_for_source_abi = True to any rule that defines an annotation type or a compile-time constant that is used from another rule, ... Reviewed By: digantdesai, thezhangwei Differential Revision: D77479748
|
This pull request was exported from Phabricator. Differential Revision: D77479748 |
…orch_llama (pytorch#12093) Summary: [Buck's document on Java source ABI](https://buck.build/concept/java_abis.html) recommends adding `required_for_source_abi = True` to targets that export annotations: > ... All annotations and compile-time constants (including enum values) used in the interface of a rule must be present during source-only ABI generation. > The error will suggest adding required_for_source_abi = True to any rule that defines an annotation type or a compile-time constant that is used from another rule, ... Reviewed By: digantdesai, thezhangwei Differential Revision: D77479748
|
This pull request was exported from Phabricator. Differential Revision: D77479748 |
…orch_llama Differential Revision: D77479748 Pull Request resolved: pytorch#12093
Summary:
Buck's document on Java source ABI recommends adding
required_for_source_abi = Trueto targets that export annotations:Differential Revision: D77479748