-
Notifications
You must be signed in to change notification settings - Fork 133
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
Fix hardcoded FEATURE_DISTRO_AGNOSTIC_SSL #1755
Conversation
cc @tmds |
macOS error is a homebrew issue, fixed here: Homebrew/homebrew-cask-versions#9633. (I hit retry in case you wanted to run this on macOS too to see if it regresses there.) |
I just realized that this doesn't handle the case where |
efea6f4
to
cae295d
Compare
dotnet/runtime PR: dotnet/runtime#42415 |
That means this wont be a part of 5.0 GA, right? What's the best thing to do from a source-build point of view now? Should we get this PR merged or do something else? |
Yeah, my understanding is
I think that we should get this patch in to make sure it keeps building correctly in dotnet/source-build up to 5.0 GA no matter what. Then we can remove it naturally once it gets ported to 5.0 (whether that's before or after GA). I think there's just the one nit from the dotnet/runtime PR to bring back here, the message. I think we should put a link to the dotnet/runtime PR in the patch description to make it easy to navigate later. (E.g. if it's auto-applied, show up nicely in the commit message.) Then I think it's good to go. |
cae295d
to
7aca930
Compare
Backport dotnet/runtime#42415 and carry it as a patch for now.
7aca930
to
547649b
Compare
set(START_WHOLE_ARCHIVE -Wl,--whole-archive) | ||
@@ -212,3 +217,10 @@ target_link_libraries(singlefilehost | ||
${NATIVE_LIBS} | ||
${END_WHOLE_ARCHIVE} |
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.
I had to manually massage these few lines for the patch to apply. These were changed between Preview 8 and master.
This is a fix for dotnet/runtime#41768