coreutils
coreutils copied to clipboard
Illumos CI
As came up in https://github.com/uutils/coreutils/pull/5489, we'd love to have CI for Illumos!
Based on the advice from @Toasterson (https://github.com/uutils/coreutils/pull/5489#issuecomment-1793402756), that should probably be done using a Vagrant box:
https://github.com/twpayne/chezmoi/blob/v2.9.3/.github/workflows/main.yml#L173-L191
Running the CI like that probably will uncover some issues, which means that we'll have to disable some utils and tests (temporarily) or fix the issues.
I can confirm there are slightly more than 70 tests failing on illumos (all outside of uucore though) - I haven't even begun to look into these yet. I do think getting the CI working should take priority over fixing these individually, so I'll look into that.