-
Notifications
You must be signed in to change notification settings - Fork 10.4k
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
Compile error using alpine / musl, but not on debian #2036
Comments
The problem why Closing because Rustlings can't do anything about this issue. It has to be fixed by Anyway: Just use Debian. Alpine is often problematic and even has worse performance sometimes. |
Thanks :) I thought indeed that the tests could be the cause of the issue, so I tried removing all the tests from |
Disabling this would either mean disabling tests or having duplicated output of |
works well here
i haven't try docker but it seems you can install clippy by apk
because it has some "special" patches everything work well on pipeline |
@qaqland Thanks! I can confirm that both the packaged rustlings and the normal installation after |
Using the rust:alpine based docker image from my other issue about the terminal today, I cannot get past exercise if1 as I keep getting a rustc compile error. All other exercises up to if1 compiled fine using alpine. I tried debugging this myself a bit but I guess I'm still too much of a n00b, so sorry about that ;)
As it works using debian, this can be considered a low prio issue I guess.
The alpine container will show the following error, this ofc prevents you from continuing to the next exercise
The text was updated successfully, but these errors were encountered: