We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
x86_64-linux-musl-cc
I get this error when trying to compile a Rust project with a recipe locally & in CI:
[13:45:12] error: linker `x86_64-linux-musl-cc` not found [13:45:12] | [13:45:12] = note: No such file or directory (os error 2)
build_tarballs.jl for that can be found here. @jakobnissen mentioned that he ran into that as well while investigating #1248, so maybe that's related?
build_tarballs.jl
The text was updated successfully, but these errors were encountered:
Seems like it was due to me forgetting to use compilers=[:c], adding that makes it at least start compilation in CI. Probably just needs docs then.
compilers=[:c]
Sorry, something went wrong.
You basically always need the linker, which is part of the C compilers shard.
No branches or pull requests
I get this error when trying to compile a Rust project with a recipe locally & in CI:
build_tarballs.jl
for that can be found here. @jakobnissen mentioned that he ran into that as well while investigating #1248, so maybe that's related?The text was updated successfully, but these errors were encountered: