-
Notifications
You must be signed in to change notification settings - Fork 31
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
Error with musl toolchain installed #102
Comments
@fenhl what does |
As a workaround, you can specify an individual toolchain: |
The According to the |
I opened rust-lang/rustup#3254 for the |
@fenhl cargo-sweep already says "failed to determine fingerprint for toolchain stable-x86_64-unknown-linux-musl" - how could that be improved? |
Like jubilee said in rust-lang/rust#108907 (comment), the musl host toolchain is unrelated to the musl target standard library. |
It wasn't clear to me from the error message that the error was happening in rustc. Maybe preface the part of the error message quoted from rustc with “rustc:” or “rustc output:” or something? |
I'm getting this error when running
cargo sweep
on Ubuntu 23.04:The text was updated successfully, but these errors were encountered: