Skip to content

Commit 3cda531

Browse files
Disable iOS_arm builds on official builds too (#34504) (#34597)
It started failing with the same issue as #34465 Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>
1 parent 53efb1a commit 3cda531

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/pipelines/runtime-official.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ stages:
7070
buildConfig: release
7171
platforms:
7272
- iOS_x64
73-
- iOS_arm
73+
# - iOS_arm # https://github.com/dotnet/runtime/issues/34465
7474
- iOS_arm64
7575
- OSX_x64
7676
- Linux_x64
@@ -117,7 +117,7 @@ stages:
117117
runtimeFlavor: mono
118118
platforms:
119119
- iOS_x64
120-
- iOS_arm
120+
# - iOS_arm # https://github.com/dotnet/runtime/issues/34465
121121
- iOS_arm64
122122
jobParameters:
123123
isOfficialBuild: ${{ variables.isOfficialBuild }}

0 commit comments

Comments
 (0)