-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Add missing property to include native libraries for Apple mobile native linker #100689
Add missing property to include native libraries for Apple mobile native linker #100689
Conversation
Tagging subscribers to this area: @dotnet/runtime-infrastructure |
Tagging subscribers to 'os-ios': @steveisok, @akoeplinger, @kotlarmilos |
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.
Thanks for the fix.
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
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.
Simulator-x64 NAOT runtime tests are building without errors now. good job!
Description
The
_targetArchitecture
is not being set correctly, leading to missing native libraries for the native linker. This is a hotfix for the CI failures. The Native AOT pipeline for Apple mobile will be reviewed and improved in subsequent PRs.Fixes #100632