forked from pytorch/executorch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build static extension_module lib for iOS demo apps (pytorch#2038)
Summary: Building the demo apps on iOS is broken after pytorch#2022 because it switches the `extension_module` library from a static to a shared one. AFAIK, the latter requires code signing and it's failing on CI with the following error `Signing for "extension_module" requires a development team` I'm not quite sure what would be the best way to address this, but keeping the library as a static one for iOS build seems like an easy workaround. Pull Request resolved: pytorch#2038 Reviewed By: larryliu0820 Differential Revision: D54047521 Pulled By: huydhn fbshipit-source-id: e752f29bb1fefd355525a40d586f89659119a625
- Loading branch information
1 parent
f707590
commit 4853727
Showing
3 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters