-
Notifications
You must be signed in to change notification settings - Fork 447
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
[release/7.0.1xx] Fix --use-current-runtime for linux-musl-arm64 #14637
Conversation
This is about ensuring The fix looks good for Microsoft's portable builds. We also need to look at making it work for source-build .NET where |
In some places, we are using conditions like: <OSIdentifier Condition="$(RuntimeIdentifier.StartsWith('linux-musl')) OR $(RuntimeIdentifier.StartsWith('alpine'))">linux-musl</OSIdentifier> Though it's not ideal (for other musl-based distros), it will cover the officially supported platform matrix. |
@MichaelSimons is this for rtm? |
Closing in favor of #14647 |
cc @tmds