Merge branch 'add-gnu-grep-to-os-test' into 'master'

add gnu-grep as dependency to os-test

See merge request redox-os/cookbook!624
This commit is contained in:
Jeremy Soller 2025-09-17 12:36:35 -06:00
commit 38edfa0a78

View File

@ -1,3 +1,4 @@
# TODO remove gnu-grep when extrautils grep supports grep -E
[source]
git = "https://gitlab.com/sortix/os-test"
@ -10,9 +11,10 @@ cp -rv "${COOKBOOK_SOURCE}"/* "${COOKBOOK_STAGE}/share/os-test"
[package]
dependencies = [
"gnu-binutils",
"gnu-make",
"gcc13",
"gnu-binutils",
"gnu-grep",
"gnu-make",
"libarchive",
"sed",
]