forked from xamarin/xamarin-macios
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dotnet] Complete support for universal builds when using NativeAOT.
We couldn't do universal builds using NativeAOT, because .NET had a sanity check that was a bit too eager and caused unnecessary build failures. We've now been able to add an escape hatch to that sanity check, so let's use it. This makes universal builds using NativeAOT work, so we can also enable/add corresponding test variations in xharness. Also ask the runtime to allow SelfContained without a RuntimeIdentifier (the runtime has an overeager sanity check that doesn't apply to us, so we must skip it). Fixes xamarin#19142. Fixes xamarin#19142.
- Loading branch information
1 parent
3dc9c47
commit e487a5c
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters