pytorch
6b8e670e - [CI][IOS] Add lite interpreter ios build job (#52567)

Commit
4 years ago
[CI][IOS] Add lite interpreter ios build job (#52567) Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/52567 ## Summary As title, add libtorch (lite) in ios x86 Em and ## Test plan In `config.yml`, remove `context: org-member`: ``` - pytorch_ios_build: build_environment: pytorch-ios-12.0.0-arm64_lite_interpreter_build context: org-member ios_arch: arm64 ios_platform: OS lite_interpreter: "1" name: pytorch_ios_12_0_0_arm64_lite_interpreter_build ``` The build is: https://app.circleci.com/pipelines/github/pytorch/pytorch/276113/workflows/49fa2f6e-c978-424b-9177-bbe313955876/jobs/11050851 **Build** step finishes successfully: ![image](https://user-images.githubusercontent.com/16430979/108619899-d183b080-73dc-11eb-809d-a21f811cf821.png) It fails **Run Build Test** because of missing `IOS_DEV_TEAM_ID` Test Plan: Imported from OSS Reviewed By: xta0 Differential Revision: D26572842 Pulled By: cccclai fbshipit-source-id: 9d868ac7e94af37ef90212b754e91d98c0d20b30
Author
Parents
Loading