Skip to content
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

Closed
dhardy opened this issue Aug 6, 2019 · 4 comments · Fixed by #85
Closed

Redox support #79

dhardy opened this issue Aug 6, 2019 · 4 comments · Fixed by #85

Comments

@dhardy
Copy link
Member

dhardy commented Aug 6, 2019

# Redox: wait for https://github.com/rust-lang/rust/issues/60139

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).

@josephlr
Copy link
Member

josephlr commented Aug 6, 2019

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 to merge it and push another release.

@mati865
Copy link

mati865 commented Aug 6, 2019

Libc CI broke because of migration to Azure Pipelines.

@newpavlov
Copy link
Member

I have tried to re-enable Redox CI test, but I got the following error:

component 'rust-std' for target 'x86_64-unknown-redox' is unavailable for download for channel 'nightly'

So IIUC we have to wait for rust-lang/rust#63160.

@josephlr
Copy link
Member

We could use the xbuild style commands for Redox. That’s what we do for targets without rust-std

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants