Skip to content

Fix check on Windows & add CI#22

Merged
Alonely0 merged 1 commit into
uutils:mainfrom
oech3:windows
May 14, 2026
Merged

Fix check on Windows & add CI#22
Alonely0 merged 1 commit into
uutils:mainfrom
oech3:windows

Conversation

@oech3
Copy link
Copy Markdown
Contributor

@oech3 oech3 commented May 14, 2026

I don't like to have our own consts, but std::process::ExitCode is not i32...
Closes #18

@oech3
Copy link
Copy Markdown
Contributor Author

oech3 commented May 14, 2026

Does check not save too many time compared with build?
If so, I don't have different yml.

@Alonely0
Copy link
Copy Markdown
Collaborator

Alonely0 commented May 14, 2026

CI Check is fine for now. I used the rustix consts because GNU explicitly documented using the libc consts for this, but rolling our own consts is fine for now. Depending on whether we end up needing rustix in the intrepreter we'll get this cfg-gated for non-*nix instead. Ty!

@Alonely0 Alonely0 merged commit 8e46adb into uutils:main May 14, 2026
13 checks passed
@oech3 oech3 deleted the windows branch May 14, 2026 06:52
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.

Windows CI?

2 participants