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

Add Redox to cross compile CI #1555

Merged
merged 2 commits into from
Mar 18, 2022
Merged

Conversation

jackpot51
Copy link
Contributor

This will require rust-lang/libc#2728 before it is functional

@jackpot51 jackpot51 mentioned this pull request Mar 17, 2022
@jackpot51
Copy link
Contributor Author

Here is the error:

error[E0554]: `#![feature]` may not be used on the stable release channel
  --> /home/vsts/.cargo/registry/src/git.luolix.top-1ecc6299db9ec823/libc-0.2.120/src/lib.rs:29:5
   |
29 |     feature(static_nobundle, native_link_modifiers, native_link_modifiers_bundle)
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

For more information about this error, try `rustc --explain E0554`.
error: could not compile `libc` due to previous error
warning: build failed, waiting for other jobs to finish...
error: build failed
##[error]Bash exited with code '101'.

I will mark this PR as ready for review when I can update libc to fix this error

@jackpot51 jackpot51 marked this pull request as ready for review March 18, 2022 20:46
@jackpot51
Copy link
Contributor Author

Now that libc 0.2.121 is released, this should probably work, I have marked it as ready for review.

@Thomasdezeeuw Thomasdezeeuw merged commit e077a23 into tokio-rs:master Mar 18, 2022
@Thomasdezeeuw
Copy link
Collaborator

Thanks @jackpot51

@jackpot51 jackpot51 deleted the redox-ci branch March 18, 2022 21:22
@jackpot51 jackpot51 restored the redox-ci branch March 18, 2022 21:37
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 this pull request may close these issues.

2 participants