From ae2b87eafd52b98c58a143b04d0be524cd8fd4c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Date: Tue, 14 Apr 2020 13:24:23 +0200 Subject: [PATCH] Reenable iOS_arm builds See if https://github.com/dotnet/runtime/issues/34465 was fixed. --- eng/pipelines/runtime-official.yml | 6 +++--- eng/pipelines/runtime.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/eng/pipelines/runtime-official.yml b/eng/pipelines/runtime-official.yml index e2cd3a2d67d962..78cb0d72693f93 100644 --- a/eng/pipelines/runtime-official.yml +++ b/eng/pipelines/runtime-official.yml @@ -76,7 +76,7 @@ stages: - tvOS_x64 - tvOS_arm64 - iOS_x64 - # - iOS_arm # https://github.com/dotnet/runtime/issues/34465 + - iOS_arm - iOS_arm64 - OSX_x64 - Linux_x64 @@ -129,7 +129,7 @@ stages: - tvOS_x64 - tvOS_arm64 - iOS_x64 - # - iOS_arm # https://github.com/dotnet/runtime/issues/34465 + - iOS_arm - iOS_arm64 jobParameters: isOfficialBuild: ${{ variables.isOfficialBuild }} @@ -188,7 +188,7 @@ stages: platforms: - tvOS_x64 - tvOS_arm64 - # - iOS_arm # https://github.com/dotnet/runtime/issues/34465 + - iOS_arm - iOS_arm64 - iOS_x64 - Android_arm diff --git a/eng/pipelines/runtime.yml b/eng/pipelines/runtime.yml index 9a7b6d8ef5ea41..bde685a5a716d3 100644 --- a/eng/pipelines/runtime.yml +++ b/eng/pipelines/runtime.yml @@ -395,7 +395,7 @@ jobs: - Android_x64 - Android_arm - tvOS_arm64 - # - iOS_arm # https://github.com/dotnet/runtime/issues/34465 + - iOS_arm - iOS_x64 jobParameters: liveRuntimeBuildConfig: release @@ -506,7 +506,7 @@ jobs: - Android_x64 - Android_arm - tvOS_arm64 - # - iOS_arm # https://github.com/dotnet/runtime/issues/34465 + - iOS_arm - iOS_x64 jobParameters: liveRuntimeBuildConfig: release