Merge branch 'ostest-uutils-grep' into 'master'

update os-test recipe to use uutils-grep

See merge request redox-os/redox!2220
This commit is contained in:
Jeremy Soller 2026-07-08 09:21:29 -06:00
commit 1b0d3e7a5b
2 changed files with 4 additions and 2 deletions

View File

@ -268,6 +268,7 @@ tokei = {}
ttf-hack = {}
userutils = {}
uutils = {}
uutils-grep = {}
uutils-procps = {}
vim = {}
vttest = {}

View File

@ -1,6 +1,7 @@
# Due to necessary write permission for compilation the filesystem path of source code installation is an exception
# where the package manager can't switch between system-wide and user paths
# TODO remove gnu-grep when extrautils grep supports grep -E
# NOTE extrautils needs to be set to "ignore" not to conflict with grep
# TODO remove uutils-grep when extrautils grep supports grep -E (or just remove grep from extrautils)
[source]
git = "https://gitlab.com/sortix/os-test"
@ -15,7 +16,7 @@ cp -rv "${COOKBOOK_SOURCE}"/* "${COOKBOOK_STAGE}/home/user/os-test"
dependencies = [
"gcc13",
"gnu-binutils",
"gnu-grep",
"uutils-grep",
"gnu-make",
"libarchive",
"sed",