uutils / coreutils

Cross-platform Rust rewrite of the GNU coreutils
https://uutils.github.io/
MIT License
17.6k stars 1.27k forks source link

show-utils.sh: fix jq query to get coreutils deps #6485

Closed lcheylus closed 3 months ago

lcheylus commented 3 months ago

In jq query, the correct regex to select .id is ".*coreutils[ |@|#]\\d+\\.\\d+\\.\\d+"

With cargo <= v1.76, id = "coreutils 0.0.26 (path+file://<coreutils local directory>)"

With cargo >= v1.77,

Fix uutils/coreutils#6479

lcheylus commented 3 months ago

With this fix, the UTILITY_LIST variable used in CICD and FreeBSD workflows is correct => list of tools to test (lint) with cargo clippy for feature unix.