-
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
Fix redox #1450
Fix redox #1450
Conversation
Successful build: https://travis-ci.com/mati865/libc/builds/121390368 |
You will need to add |
The derive of traits (except for Copy and Clone) aren't really necessary for anything, so you can just leave them all out. |
It was fixed in #1438 The build fails because of rust-lang/rust#63115 which will be fixed by rust-lang/rust#63122 |
@gnzlbg |
CI is being migrated to Azure and will not succeed without #1376 |
This is no longer required |
It won't be necessary for new nightly builds but libc is still empty when building for Redox from old nightly, beta or stable although I don't even know if they work after all those changes. |
I don't really see a use case for building for Redox prior to the 2019-08-08 nightly |
Anything doing that will need to be updated anyways |
☔ The latest upstream changes (presumably #1408) made this pull request unmergeable. Please resolve the merge conflicts. |
Revival of #1422
All the missing impls were added in #1438
Should unblock rust-lang/rust#61393