-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Can't build rust target x86_64-unknown-linux-musl #1490
Comments
I think if you build for musl on non-musl platform like Debian you might need to tweak some things. I don't think Labeling as a feature request (cross-compilation) rather than a bug. |
Is this something we can really address? I have no idea about cross-compilation stuff and honestly I don't want that this becomes one of those issues that stay open forever without any real effort on them. |
Fair, we can certainly address this. Whether we will is a slightly different questions though. |
But the issue description doesn't even mention Docker or anything about containers. |
I mean: if I come to this ticket within next 2 months I will have no idea what it is about. |
This has nothing to do with Docker, but running Alpine Linux under Docker can help to bypass this issue (Debian uses Glibc by default and compiling for Musl is a bit less straightforward there). |
I don't think this is really something in our side given the similar problems exist out there (with solutions included): https://stackoverflow.com/questions/72081987/cant-build-for-target-x86-64-unknown-linux-musl |
Bug Report
Your environment
Issue description
The text was updated successfully, but these errors were encountered: