Skip to content

Commit 91b16bf

Browse files
malfetfacebook-github-bot
authored andcommittedSep 10, 2020
Disable PyTorch iOS ARM64 builds until cert problem is fixed (pytorch#44499)
Summary: Pull Request resolved: pytorch#44499 Reviewed By: seemethere, xta0 Differential Revision: D23634961 Pulled By: malfet fbshipit-source-id: e32ae29c42c351bcb4f48bc52d4082ae56545e5b
1 parent 1dd3fae commit 91b16bf

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed
 

‎.circleci/cimodel/data/simple/ios_definitions.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ def gen_tree(self):
6262

6363
WORKFLOW_DATA = [
6464
IOSJob(IOS_VERSION, ArchVariant("x86_64"), is_org_member_context=False),
65-
IOSJob(IOS_VERSION, ArchVariant("arm64")),
66-
IOSJob(IOS_VERSION, ArchVariant("arm64", True), extra_props={"op_list": "mobilenetv2.yaml"}),
65+
# IOSJob(IOS_VERSION, ArchVariant("arm64")),
66+
# IOSJob(IOS_VERSION, ArchVariant("arm64", True), extra_props={"op_list": "mobilenetv2.yaml"}),
6767
]
6868

6969

‎.circleci/config.yml

-13
Original file line numberDiff line numberDiff line change
@@ -7003,19 +7003,6 @@ workflows:
70037003
ios_arch: x86_64
70047004
ios_platform: SIMULATOR
70057005
name: pytorch_ios_11_2_1_x86_64_build
7006-
- pytorch_ios_build:
7007-
build_environment: pytorch-ios-11.2.1-arm64_build
7008-
context: org-member
7009-
ios_arch: arm64
7010-
ios_platform: OS
7011-
name: pytorch_ios_11_2_1_arm64_build
7012-
- pytorch_ios_build:
7013-
build_environment: pytorch-ios-11.2.1-arm64_custom_build
7014-
context: org-member
7015-
ios_arch: arm64
7016-
ios_platform: OS
7017-
name: pytorch_ios_11_2_1_arm64_custom_build
7018-
op_list: mobilenetv2.yaml
70197006
- pytorch_linux_build:
70207007
build_environment: pytorch-linux-xenial-py3-clang5-mobile-build
70217008
build_only: "1"

0 commit comments

Comments
 (0)
Please sign in to comment.