From cd5b515887b509744cf382c9d937c134bf86d9db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Date: Fri, 3 Apr 2020 18:04:18 +0200 Subject: [PATCH] Disable iOS_arm builds on official builds too It started failing with the same issue as https://github.com/dotnet/runtime/issues/34465 --- eng/pipelines/runtime-official.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/pipelines/runtime-official.yml b/eng/pipelines/runtime-official.yml index b21261e40f72be..8ba902c80a51ed 100644 --- a/eng/pipelines/runtime-official.yml +++ b/eng/pipelines/runtime-official.yml @@ -95,7 +95,7 @@ stages: - Android_arm - Android_arm64 - iOS_x64 - - iOS_arm + # - iOS_arm # https://github.com/dotnet/runtime/issues/34465 - iOS_arm64 - OSX_x64 - Linux_x64 @@ -146,7 +146,7 @@ stages: - Android_arm - Android_arm64 - iOS_x64 - - iOS_arm + # - iOS_arm # https://github.com/dotnet/runtime/issues/34465 - iOS_arm64 jobParameters: isOfficialBuild: ${{ variables.isOfficialBuild }} @@ -203,7 +203,7 @@ stages: buildFullPlatformManifest: false runtimeFlavor: mono platforms: - - iOS_arm + # - iOS_arm # https://github.com/dotnet/runtime/issues/34465 - iOS_arm64 - iOS_x64