From 4dc02c4bbbb2bde737321371cb001fb54553cf39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Date: Fri, 3 Apr 2020 20:24:35 +0200 Subject: [PATCH] Disable iOS_arm builds on official builds too (#34504) It started failing with the same issue as https://github.com/dotnet/runtime/issues/34465 --- eng/pipelines/runtime-official.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/pipelines/runtime-official.yml b/eng/pipelines/runtime-official.yml index a49a4b1bbda73e..6e7a623b2dcb43 100644 --- a/eng/pipelines/runtime-official.yml +++ b/eng/pipelines/runtime-official.yml @@ -70,7 +70,7 @@ stages: buildConfig: release platforms: - iOS_x64 - - iOS_arm + # - iOS_arm # https://github.com/dotnet/runtime/issues/34465 - iOS_arm64 - OSX_x64 - Linux_x64 @@ -117,7 +117,7 @@ stages: runtimeFlavor: mono platforms: - iOS_x64 - - iOS_arm + # - iOS_arm # https://github.com/dotnet/runtime/issues/34465 - iOS_arm64 jobParameters: isOfficialBuild: ${{ variables.isOfficialBuild }}