-
-
Notifications
You must be signed in to change notification settings - Fork 222
fix: support musl on Linux #4188
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
eee505e
to
333332c
Compare
Hi @jamescrosswell, I finally managed to get Is the approach with
|
I'd say so, and I copied your approach on #4187 (which won't land anytime soon since it's blocked on |
Yeah I think that makes sense. The names we give to these solutions are maybe what's confusing. Implicitly building musl we're trying to provide better support for SDK users deploying ASP.NET Core apps using docker containers... so no android required. However |
5eb47e5
to
9971b68
Compare
I'm not sure if it's caused you any issues here but just FYI: |
This PR adds native AOT support for
linux-musl-x64
:TODO:
Notes:
Close: #4127