-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Enable native AOT for non-portable crossgen2 #97536
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
Conversation
|
Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas Issue Details
Contributes to #66859
|
- Add a breadcrumb for non-portable build into the Native AOT runtime pack - Use the breadcrumb to add system OpenSSL libs to the linker command line Contributes to dotnet#66859
17e0835 to
6a6caf3
Compare
|
Does it make sense to delete the breadcrumb if it's the portable build? Or error out on existence? That way you avoid potential issues of a stale breadcrumb. Also, is the targets file shipped? Or can the fine path be hoisted to a property that is shared? |
src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets
Show resolved
Hide resolved
I can delete the breadcrumb. Are the incremental reliable when one flips |
Yes, this is shipped in naot package. |
agocke
left a comment
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, LGTM!
Contributes to #66859