File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed
Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -2923,15 +2923,8 @@ pub fn host_name_for(util_name: &str) -> Cow<'_, str> {
29232923 util_name. into ( )
29242924}
29252925
2926- // GNU coreutils version 8.32 is the reference version since it is the latest version and the
2927- // GNU test suite in "coreutils/.github/workflows/GnuTests.yml" runs against it.
2928- // However, here 8.30 was chosen because right now there's no ubuntu image for the github actions
2929- // CICD available with a higher version than 8.30.
2930- // GNU coreutils versions from the CICD images for comparison:
2931- // ubuntu-2004: 8.30 (latest)
2932- // ubuntu-1804: 8.28
2933- // macos-latest: 8.32
2934- const VERSION_MIN : & str = "8.30" ; // minimum Version for the reference `coreutil` in `$PATH`
2926+ // Choose same coreutils version with ubuntu-latest runner: https://github.com/actions/runner-images/tree/main/images/ubuntu
2927+ const VERSION_MIN : & str = "9.4" ; // minimum Version for the reference `coreutil` in `$PATH`
29352928
29362929const UUTILS_WARNING : & str = "uutils-tests-warning" ;
29372930const UUTILS_INFO : & str = "uutils-tests-info" ;
You can’t perform that action at this time.
0 commit comments