From 0375524a91a47ca4db3ee1be548f74bab7e26e76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Date: Fri, 3 Apr 2020 08:04:07 +0200 Subject: [PATCH] Disable iOS arm PR builds (#34467) * Disable iOS arm PR builds Infrastructure issue: https://github.com/dotnet/runtime/issues/34465 * Add tracking issue and disable installer iOS arm build too --- eng/pipelines/runtime.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/pipelines/runtime.yml b/eng/pipelines/runtime.yml index 71834428f063e..4fbfbcb608ba4 100644 --- a/eng/pipelines/runtime.yml +++ b/eng/pipelines/runtime.yml @@ -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: @@ -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: @@ -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