Skip to content

community/dotnet7-build: fix build on armv7

Antoine Martin requested to merge ayakael/aports:dotnet7/fix-arm-build into master

Build on armv7 fails due to build requiring Microsoft.DotNet.ILCompiler. This is never built on armv7 as it is not a platform supported by NativeAot. This MR adds a patch that fixes build by making it explicit to SDK that armv7 is not an Aot supported platform.

Merge request reports