From a3ebea9d8baca7f2bd74800c44909549b27c967c Mon Sep 17 00:00:00 2001 From: Filip Navara Date: Mon, 1 Apr 2024 13:46:13 +0200 Subject: [PATCH] Enable NativeAOT win-x86 runtime tests (#99688) --- eng/pipelines/coreclr/runtime-nativeaot-outerloop.yml | 4 +++- .../Microsoft.NETCore.Native.Publish.targets | 6 +++--- .../Microsoft.DotNet.ILCompiler/ILCompilerRIDs.props | 1 + 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/eng/pipelines/coreclr/runtime-nativeaot-outerloop.yml b/eng/pipelines/coreclr/runtime-nativeaot-outerloop.yml index de23519f9c62ed..e8bfd86cd81dd2 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 @@ -164,6 +165,7 @@ extends: buildConfig: Checked platforms: - windows_x64 + - windows_x86 - linux_x64 - linux_arm variables: @@ -172,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: 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 @@ - - + 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 @@ +