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 a check-redox job in GH Action ci.yml workflow #5800

Merged
merged 3 commits into from Jun 19, 2023

Conversation

andrewdavidmackenzie
Copy link
Contributor

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

@andrewdavidmackenzie
Copy link
Contributor Author

andrewdavidmackenzie commented Jun 16, 2023

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.

@Darksonn Darksonn added the A-ci Area: The continuous integration setup label Jun 16, 2023
.github/workflows/ci.yml Outdated Show resolved Hide resolved
.github/workflows/ci.yml Outdated Show resolved Hide resolved
@Darksonn
Copy link
Contributor

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.

andrewdavidmackenzie and others added 2 commits June 16, 2023 13:33
Co-authored-by: Alice Ryhl <aliceryhl@google.com>
Co-authored-by: Alice Ryhl <aliceryhl@google.com>
Copy link
Contributor

@Darksonn Darksonn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks.

@Darksonn Darksonn enabled auto-merge (squash) June 16, 2023 11:38
@andrewdavidmackenzie
Copy link
Contributor Author

Not sure why the cross-tests remain pending after so long. Any ideas?

@Darksonn Darksonn merged commit fb0d305 into tokio-rs:master Jun 19, 2023
55 checks passed
@Darksonn
Copy link
Contributor

It was a problem on my end. Fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-ci Area: The continuous integration setup
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants