-
Notifications
You must be signed in to change notification settings - Fork 12
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
Unable to find 'musl-g++' on 'x86_64-unknown-linux-musl' target #22
Comments
Are you using the latest version of this action? I just updated it to install the |
Hi @autarch , thks for fast reply, in fact it's installing the musl-tools, I'm using the relase: "v0.0.14 - Install |
I spent some time trying to find a solution for this, but I'm a bit stuck. I've tried the following: Make a
|
Hmmm, maybe we could try something like they did on cross-rs's dockers images? |
I gave it a shot using something based on the cross script, but then I encountered even more issues where the compiler couldn't find C++ header, for example for |
I dug into this more and found this project - https://github.com/musl-cross/musl-cross If I make a I tried to figure out how to get it to statically link the So while I think making this all work is possible, I'm a bit lost at how to do so for now. |
Hello guys, I'm having some issues building the musl version for linux amd64 target.
warning: [email protected]: Compiler family detection failed due to error: ToolNotFound: Failed to find tool. Is musl-g++ installed?
details
On my computer it works fine with:
cross build --release --target="x86_64-unknown-linux-musl"
Any ideas?
The text was updated successfully, but these errors were encountered: