coreutils
coreutils copied to clipboard
Cross-platform Rust rewrite of the GNU coreutils
As mentioned in the comment below, it hits the file descriptor limit. https://github.com/uutils/coreutils/pull/9554#issuecomment-3618157956 Make adjustments to reduce the use of FD.
This PR fixes #9071, #9072, as well as a few bugs found along the way.
1. Refactor symlinc logic 2. Reduce time to build by multicall 3. Minor cleanup 4. Build few utils for SELinux tests. About 5 min saved.
This was originally intended to be a demonstration for how we could modify the integration tests to recognize the libc calls we were using. I discovered that I could wrap...
We can't build runcon and chcon without libselinux. But GNU no longer builds dummies of them. So move tests to Fedora VM: https://github.com/uutils/coreutils/actions/runs/20046833546/job/57494071620?pr=9607#step:15:34 Also some tests related with them were...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [vmactions/freebsd-vm](https://redirect.github.com/vmactions/freebsd-vm) | action | minor | `v1.2.9` -> `v1.3.0` | --- ### Release...
Individual bins are slow to build. #9310
Performance improvement for large numbers fix this issue https://bugs.launchpad.net/ubuntu/+source/rust-coreutils/+bug/2131212
There's two other open stty PR's: https://github.com/uutils/coreutils/pull/9490 and https://github.com/uutils/coreutils/pull/9516 . Once those two are merged all of the stty tests pass except for the bad-speed test. This test overrides cfsetispeed...
Taking about 5 min at installing packages. Should reduce packages.