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 and mmitche committed Apr 3, 2020
1 parent 9f026b6 commit 8d6d2c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/pipelines/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ jobs:
buildConfig: Release
runtimeFlavor: mono
platforms:
- iOS_arm
# - iOS_arm # https://github.com/dotnet/runtime/issues/34465
- iOS_arm64
- iOS_x64
jobParameters:
Expand All @@ -390,7 +390,7 @@ jobs:
buildConfig: Debug
runtimeFlavor: mono
platforms:
- iOS_arm
# - iOS_arm # https://github.com/dotnet/runtime/issues/34465
- iOS_arm64
- iOS_x64
jobParameters:
Expand Down

0 comments on commit 8d6d2c6

Please sign in to comment.