-
Notifications
You must be signed in to change notification settings - Fork 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
Redox on stable #2012
Comments
I'm not familiar with redox, maybe @jackpot51 has some thoughts? |
This just isn't possible. Redox only supports static linking, and needs the static_nobundle feature. It would be nice if it was stabilized at some point. Is there a reason you would want to use a stable compiler to target Redox? |
@jackpot51 I'm trying to add Redox to the CI of socket2: rust-lang/socket2#78, rust-lang/socket2#181. But I can change it be nighty only. |
@Thomasdezeeuw thank you. We will need that feature stabilized at some point. For now, redox always compiles on nightly. Redoxer will handle this for you automatically |
Thanks @jackpot51! So, there's no actionable item here and I'm going to close this. |
Currently libc for Redox requires the
static_nobundle
feature, which means it doesn't build on rust stable. Is there any way to work around this?The text was updated successfully, but these errors were encountered: