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 OS CI #5642

Merged
merged 2 commits into from
Dec 16, 2023
Merged

Add Redox OS CI #5642

merged 2 commits into from
Dec 16, 2023

Conversation

jackpot51
Copy link
Collaborator

@jackpot51 jackpot51 commented Dec 11, 2023

This adds Redox OS builds to CI. Tests are skipped at the moment.

Part of #5210

@jackpot51 jackpot51 force-pushed the redox-ci branch 2 times, most recently from faa1123 to 6f9c1e4 Compare December 11, 2023 17:24
@uutils uutils deleted a comment from github-actions bot Dec 11, 2023
@jackpot51 jackpot51 marked this pull request as ready for review December 11, 2023 20:57
@jackpot51 jackpot51 changed the title WIP: Add Redox OS CI Add Redox OS CI Dec 11, 2023
@@ -525,7 +526,13 @@ jobs:
i686-*) TARGET_ARCH=i686 ;;
x86_64-*) TARGET_ARCH=x86_64 ;;
esac;
unset TARGET_OS ; case '${{ matrix.job.target }}' in *-linux-*) TARGET_OS=linux ;; *-apple-*) TARGET_OS=macos ;; *-windows-*) TARGET_OS=windows ;; esac;
unset TARGET_OS
case '${{ matrix.job.target }}' in
Copy link
Contributor

Choose a reason for hiding this comment

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

much better, thanks

@sylvestre sylvestre merged commit 25ea3ba into main Dec 16, 2023
53 of 56 checks passed
@sylvestre sylvestre deleted the redox-ci branch December 16, 2023 09:25
@sylvestre
Copy link
Contributor

@jackpot51 we are going to apply to the gsoc
https://uutils.github.io/gsoc.html
we had:

Official Redox support

We want to support the Redox operating system, but are not actively testing against it. Since the last round of fixes in [#2550](https://github.com/uutils/coreutils/pull/2550), many changes have probably been introduced that break Redox support. This project would involve setting up Redox in the CI and fixing any issues that arise and porting features over.

    Difficulty: Medium
    Size: 175 hours
    Mentors: TBD
    Required skills:
        Rust

is there enough work for a gsoc ? thanks

@jackpot51
Copy link
Collaborator Author

jackpot51 commented Jan 28, 2024

@sylvestre I think there would be, I'd recommend to join our matrix to discuss: https://redox-os.org/community/

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