mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-09 13:08:47 +08:00
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:
commit
1b0d3e7a5b
@ -268,6 +268,7 @@ tokei = {}
|
||||
ttf-hack = {}
|
||||
userutils = {}
|
||||
uutils = {}
|
||||
uutils-grep = {}
|
||||
uutils-procps = {}
|
||||
vim = {}
|
||||
vttest = {}
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user