Skip to content

Commit 8d6d2c6

Browse files
akoeplingermmitche
authored andcommitted
Disable iOS arm PR builds (#34467)
* Disable iOS arm PR builds Infrastructure issue: #34465 * Add tracking issue and disable installer iOS arm build too
1 parent 9f026b6 commit 8d6d2c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/pipelines/runtime.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ jobs:
378378
buildConfig: Release
379379
runtimeFlavor: mono
380380
platforms:
381-
- iOS_arm
381+
# - iOS_arm # https://github.com/dotnet/runtime/issues/34465
382382
- iOS_arm64
383383
- iOS_x64
384384
jobParameters:
@@ -390,7 +390,7 @@ jobs:
390390
buildConfig: Debug
391391
runtimeFlavor: mono
392392
platforms:
393-
- iOS_arm
393+
# - iOS_arm # https://github.com/dotnet/runtime/issues/34465
394394
- iOS_arm64
395395
- iOS_x64
396396
jobParameters:

0 commit comments

Comments
 (0)