-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Run all workspace tests in CI (MacOS) #7396
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
Comments
|
it is blocked on #7423 which is blocked on |
That part is unblocked, let's see if anything else fails: #7576 . |
https://github.com/uutils/coreutils/actions/runs/14060026185/job/39371268061?pr=7576
The fails because Not sure how to make progress on this, I'll do a couple of experiments, but nothing I can come up with now seems really appealing. |
Similar to #7392, it would be nice to run all tests in CI, on MacOS (basically adding
workspace-tests: true
to bothmacos
jobs in the matrix).When I tried in #7386, I hit this issue:
It's a bit unfortunate that
fts-sys
gets pulled. I think it's only required bychcon
(selinux
), which makes no sense on MacOS. But I'm not sure if there's a way around this.I think the easiest will be to patch
fts-sys
to generate an empty crate on non-supported platforms: https://codeberg.org/koutheir/fts-sys/issues/3There might be more issues after that one gets fixed.
The text was updated successfully, but these errors were encountered: