-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Enable runtime async for native AOT testing #122526
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas |
|
/azp run runtime-nativeaot-outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
| @@ -1,4 +1,8 @@ | |||
| <Project Sdk="Microsoft.NET.Sdk"> | |||
| <PropertyGroup Condition="'$(TargetArchitecture)' != 'arm64'"> | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| <PropertyGroup Condition="'$(TargetArchitecture)' != 'arm64'"> | |
| <!-- disabling some archs: https://github.com/dotnet/runtime/issues/121871#issuecomment-3628963087 --> | |
| <PropertyGroup Condition="'$(TargetArchitecture)' != 'arm64' and '$(TargetArchitecture)' != 'riscv64' and '$(TargetArchitecture)' != 'loongarch64'"> |
| <CoverageIncludeDirectory Include="shared\Microsoft.NETCore.App\$(ProductVersion)" /> | ||
| </ItemGroup> | ||
|
|
||
| <PropertyGroup Condition="'$(UseNativeAotCoreLib)' == 'true' and '$(TargetArchitecture)' != 'arm64'"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| <PropertyGroup Condition="'$(UseNativeAotCoreLib)' == 'true' and '$(TargetArchitecture)' != 'arm64'"> | |
| <!-- disabling some archs: https://github.com/dotnet/runtime/issues/121871#issuecomment-3628963087 --> | |
| <PropertyGroup Condition="'$(UseNativeAotCoreLib)' == 'true' and '$(TargetArchitecture)' != 'arm64' and '$(TargetArchitecture)' != 'riscv64' and '$(TargetArchitecture)' != 'loongarch64'"> |
|
/azp run runtime-nativeaot-outerloop |
|
Azure Pipelines will not run the associated pipelines, because the pull request was updated after the run command was issued. Review the pull request again and issue a new run command. |
|
/azp run runtime-nativeaot-outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run runtime-nativeaot-outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run runtime-nativeaot-outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run runtime-nativeaot-outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
No description provided.