Skip to content

Commit af741e8

Browse files
clee2000pytorchmergebot
authored andcommitted
no ios arm builds on circleci (pytorch#84299)
Get rid of ios arm builds on circleci b/c most people dont have these permissions and they make the job show up as failing/red. Next step is to see if we can do only builds since they might not require credentials Pull Request resolved: pytorch#84299 Approved by: https://github.com/janeyx99, https://github.com/malfet
1 parent e014bd8 commit af741e8

File tree

2 files changed

+11
-66
lines changed

2 files changed

+11
-66
lines changed

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -61,20 +61,20 @@ def gen_tree(self):
6161
WORKFLOW_DATA = [
6262
IOSJob(XCODE_VERSION, ArchVariant("x86_64"), is_org_member_context=False, extra_props={
6363
"lite_interpreter": miniutils.quote(str(int(True)))}),
64-
IOSJob(XCODE_VERSION, ArchVariant("arm64"), extra_props={
65-
"lite_interpreter": miniutils.quote(str(int(True)))}),
66-
IOSJob(XCODE_VERSION, ArchVariant("arm64", "metal"), extra_props={
67-
"use_metal": miniutils.quote(str(int(True))),
68-
"lite_interpreter": miniutils.quote(str(int(True)))}),
69-
IOSJob(XCODE_VERSION, ArchVariant("arm64", "custom-ops"), extra_props={
70-
"op_list": "mobilenetv2.yaml",
71-
"lite_interpreter": miniutils.quote(str(int(True)))}),
64+
# IOSJob(XCODE_VERSION, ArchVariant("arm64"), extra_props={
65+
# "lite_interpreter": miniutils.quote(str(int(True)))}),
66+
# IOSJob(XCODE_VERSION, ArchVariant("arm64", "metal"), extra_props={
67+
# "use_metal": miniutils.quote(str(int(True))),
68+
# "lite_interpreter": miniutils.quote(str(int(True)))}),
69+
# IOSJob(XCODE_VERSION, ArchVariant("arm64", "custom-ops"), extra_props={
70+
# "op_list": "mobilenetv2.yaml",
71+
# "lite_interpreter": miniutils.quote(str(int(True)))}),
7272
IOSJob(XCODE_VERSION, ArchVariant("x86_64", "coreml"), is_org_member_context=False, extra_props={
7373
"use_coreml": miniutils.quote(str(int(True))),
7474
"lite_interpreter": miniutils.quote(str(int(True)))}),
75-
IOSJob(XCODE_VERSION, ArchVariant("arm64", "coreml"), extra_props={
76-
"use_coreml": miniutils.quote(str(int(True))),
77-
"lite_interpreter": miniutils.quote(str(int(True)))}),
75+
# IOSJob(XCODE_VERSION, ArchVariant("arm64", "coreml"), extra_props={
76+
# "use_coreml": miniutils.quote(str(int(True))),
77+
# "lite_interpreter": miniutils.quote(str(int(True)))}),
7878
]
7979

8080

.circleci/config.yml

Lines changed: 0 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)