Skip to content

Commit

Permalink
Disable iOS arm PR builds (#34467)
Browse files Browse the repository at this point in the history
* Disable iOS arm PR builds

Infrastructure issue: #34465

* Add tracking issue and disable installer iOS arm build too
  • Loading branch information
akoeplinger authored Apr 3, 2020
1 parent 221f869 commit 0375524
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions eng/pipelines/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ jobs:
- Android_x86
- Android_arm
- Android_arm64
- iOS_arm
# - iOS_arm # https://github.com/dotnet/runtime/issues/34465
- iOS_arm64
- iOS_x64
jobParameters:
Expand All @@ -427,7 +427,7 @@ jobs:
- Android_x86
- Android_arm
- Android_arm64
- iOS_arm
# - iOS_arm # https://github.com/dotnet/runtime/issues/34465
- iOS_arm64
- iOS_x64
jobParameters:
Expand Down Expand Up @@ -524,7 +524,7 @@ jobs:
runtimeFlavor: mono
platforms:
- iOS_x64
- iOS_arm
# - iOS_arm # https://github.com/dotnet/runtime/issues/34465
- iOS_arm64
jobParameters:
liveRuntimeBuildConfig: release
Expand Down

0 comments on commit 0375524

Please sign in to comment.