Skip to content

Commit b2fe0de

Browse files
Revert "Don't NativeAOT crossgen on ARM64 (dotnet#74211)"
This reverts commit 02c2ba0.
1 parent 9cfdadc commit b2fe0de

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/coreclr/tools/aot/crossgen2/crossgen2.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
<!-- Can't use NativeAOT in source build yet https://github.com/dotnet/runtime/issues/66859 and we
88
don't want to ship using NativeAOT on MacOS -->
99
<NativeAotSupported Condition="'$(DotNetBuildFromSource)' == 'true' or '$(TargetOS)' == 'osx'">false</NativeAotSupported>
10-
11-
<!-- Work around https://github.com/dotnet/runtime/issues/72645 -->
12-
<NativeAotSupported Condition="'$(TargetArchitecture)' == 'arm64'">false</NativeAotSupported>
13-
1410
<!-- Trimming is not currently working, but set the appropriate feature flags for NativeAOT -->
1511
<PublishTrimmed Condition="'$(NativeAotSupported)' == 'true'">true</PublishTrimmed>
1612
<RuntimeIdentifiers Condition="'$(RunningPublish)' != 'true' and '$(DotNetBuildFromSource)' != 'true'">linux-x64;linux-musl-x64;linux-arm;linux-musl-arm;linux-arm64;linux-musl-arm64;freebsd-x64;osx-x64;osx-arm64;win-x64;win-x86;win-arm64;win-arm</RuntimeIdentifiers>

0 commit comments

Comments
 (0)