-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Description
The current CI only compiles all utilities at the same time, which works fine most of the time, but there are slight issues.
- crates.io requires individual compilation of each util. For 0.0.16, I ran into an issue where
chrootwas using thefsfeature ofuucore, but didn't declare it. This succeeded in the CI, because thefsfeature was enabled by another util. - There are tests which require multiple utils. These usually have
#[cfg(feature = "util")]but not always and we should test for that. This also makes it more consistent to usecargo run --no-default-features --features util.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels