-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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 a check-redox job in GH Action ci.yml workflow #5800
Conversation
I wasn't sure where to best add it, and considered in "cross check", but that seems more for CPU architecture than OS. I see some checks appear with the "required" label in the checks list, not sure about that aspect either. |
That's configured in the github admin panel. You can't modify it here. |
Co-authored-by: Alice Ryhl <aliceryhl@google.com>
Co-authored-by: Alice Ryhl <aliceryhl@google.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks.
Not sure why the cross-tests remain pending after so long. Any ideas? |
It was a problem on my end. Fixed. |
This PR adds a
cargo check
job for redox-os, to ensure tokio continues to compile correctly for that target, as discussed with @Darksonn in this comment thread #5790 (comment)Motivation
Have tokio support redox-os as a target and avoid changes breaking it.
Solution
Pending solving some issues and providing a CI solution on redox-os to the tokio project, so that build can be done, and tests to run and pass - this interim step add a compile check to ensure that tokio will compile for that target.
Redox-os project will work on build and test run and create new PRs in the future to add them to tokio CI.
Thanks for your collaboration and support of redox-os