-
Notifications
You must be signed in to change notification settings - Fork 198
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
Redox support #79
Comments
So it looks like rust-lang/libc#1450 is what we need to get redox building again, we shouldn't need the changes to the Rust compiler itself. We just need to wait on upstream |
Libc CI broke because of migration to Azure Pipelines. |
I have tried to re-enable Redox CI test, but I got the following error:
So IIUC we have to wait for rust-lang/rust#63160. |
We could use the |
getrandom/.travis.yml
Line 105 in 199b115
Since rust-lang/rust#60139 is still open, we probably don't want to do anything about this yet. In this case however we also need to disable rand tests (see this failure).
The text was updated successfully, but these errors were encountered: