-
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
Version 0.2.63 breaks on musl #1483
Comments
Thanks for the report. |
Getting a similar compilation failure on musl here, but with
|
Offending commit: 9df2deb This should have been caught by our semver tests, but we disabled them when migrating to Azure pipelines (cc @pietroalbini - any updates on allowing tests to fail? That's what's blocking re-adding these tests). |
You should be able to add |
PR with a fix #1484 |
I've yanked 0.2.63, @DianaNites @jbg a cargo update should hopefully revert your projects back to 0.2.62 which doesn't have the issue. Can you confirm that that works? (EDIT: on CI, retrying should pick 0.2.62 as well). |
Works here. Thanks! |
The latest update fails to compile when using musl targets. Minimum example.
Fails with
cargo check --target=x86_64-unknown-linux-musl
on 0.2.63. Works on 0.2.62. Works on gnu targets.Stable rust, 1.37.0
Seems to be for all errno constants? Thats whats failing at least.
The text was updated successfully, but these errors were encountered: