From 10d0379f6aeefbd717d01e6dbcb10f02bcf57dce Mon Sep 17 00:00:00 2001 From: Filip Navara Date: Wed, 13 Mar 2024 14:30:24 +0100 Subject: [PATCH 1/5] Enable NativeAOT/win-x86 Pri0 tests --- eng/pipelines/coreclr/runtime-nativeaot-outerloop.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/eng/pipelines/coreclr/runtime-nativeaot-outerloop.yml b/eng/pipelines/coreclr/runtime-nativeaot-outerloop.yml index de23519f9c62ed..2b35fbaee56a7d 100644 --- a/eng/pipelines/coreclr/runtime-nativeaot-outerloop.yml +++ b/eng/pipelines/coreclr/runtime-nativeaot-outerloop.yml @@ -164,6 +164,7 @@ extends: buildConfig: Checked platforms: - windows_x64 + - windows_x86 - linux_x64 - linux_arm variables: From fdd16601479c5e94545a847b9a13aca694bdb8ae Mon Sep 17 00:00:00 2001 From: Filip Navara Date: Thu, 14 Mar 2024 08:50:22 +0100 Subject: [PATCH 2/5] Enable Libs tests --- eng/pipelines/coreclr/runtime-nativeaot-outerloop.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/eng/pipelines/coreclr/runtime-nativeaot-outerloop.yml b/eng/pipelines/coreclr/runtime-nativeaot-outerloop.yml index 2b35fbaee56a7d..9c1b50c6e0c959 100644 --- a/eng/pipelines/coreclr/runtime-nativeaot-outerloop.yml +++ b/eng/pipelines/coreclr/runtime-nativeaot-outerloop.yml @@ -57,6 +57,7 @@ extends: platforms: - windows_x64 - windows_arm64 + - windows_x86 - osx_x64 - osx_arm64 - linux_x64 From 86c84574213e7db22211c0c94b4f5612baec6ebb Mon Sep 17 00:00:00 2001 From: Filip Navara Date: Thu, 14 Mar 2024 19:12:13 +0100 Subject: [PATCH 3/5] Add x86 into supported platforms to unblock libs build --- .../Microsoft.NETCore.Native.Publish.targets | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Publish.targets b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Publish.targets index f57c573057cec8..d8783480def1f7 100644 --- a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Publish.targets +++ b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Publish.targets @@ -64,11 +64,11 @@ - - + From 34b33d157bd48bf0692d7ebc04cf1a079592d5d7 Mon Sep 17 00:00:00 2001 From: Filip Navara Date: Mon, 18 Mar 2024 11:54:50 +0100 Subject: [PATCH 4/5] Bump timeout --- eng/pipelines/coreclr/runtime-nativeaot-outerloop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/coreclr/runtime-nativeaot-outerloop.yml b/eng/pipelines/coreclr/runtime-nativeaot-outerloop.yml index 9c1b50c6e0c959..e8bfd86cd81dd2 100644 --- a/eng/pipelines/coreclr/runtime-nativeaot-outerloop.yml +++ b/eng/pipelines/coreclr/runtime-nativeaot-outerloop.yml @@ -174,7 +174,7 @@ extends: - name: timeoutPerTestCollectionInMinutes value: 180 jobParameters: - timeoutInMinutes: 240 + timeoutInMinutes: 300 # doesn't normally take this long, but we have had Helix queues backed up for over an hour nameSuffix: NativeAOT_Pri0 buildArgs: -s clr.aot+host.native+libs -rc $(_BuildConfig) -lc Release -hc Release /p:RunAnalyzers=false postBuildSteps: From 9f47aedb5a71f5f80b2e7e26ec9f8f75c626b463 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Strehovsk=C3=BD?= Date: Mon, 1 Apr 2024 09:59:01 +0200 Subject: [PATCH 5/5] Update ILCompilerRIDs.props --- .../projects/Microsoft.DotNet.ILCompiler/ILCompilerRIDs.props | 1 + 1 file changed, 1 insertion(+) diff --git a/src/installer/pkg/projects/Microsoft.DotNet.ILCompiler/ILCompilerRIDs.props b/src/installer/pkg/projects/Microsoft.DotNet.ILCompiler/ILCompilerRIDs.props index 7c32807ea03ffb..f1f6193300baf4 100644 --- a/src/installer/pkg/projects/Microsoft.DotNet.ILCompiler/ILCompilerRIDs.props +++ b/src/installer/pkg/projects/Microsoft.DotNet.ILCompiler/ILCompilerRIDs.props @@ -12,6 +12,7 @@ +