mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-30 00:28:44 +08:00
Add recipe for relibc tests, patch userutils
This commit is contained in:
parent
63d4da139e
commit
5f795c0df9
13
recipes/relibc-tests/recipe.sh
Normal file
13
recipes/relibc-tests/recipe.sh
Normal file
@ -0,0 +1,13 @@
|
||||
GIT=https://gitlab.redox-os.org/redox-os/relibc.git
|
||||
|
||||
function recipe_build {
|
||||
make CARGO=xargo NATIVE_RELIBC=1 -C tests -j"$(nproc)"
|
||||
skip=1
|
||||
}
|
||||
|
||||
function recipe_stage {
|
||||
dest="$(realpath $1)"
|
||||
mkdir -pv "$dest/share/relibc"
|
||||
cp -rv "tests" "$dest/share/relibc/tests"
|
||||
skip=1
|
||||
}
|
||||
@ -1,4 +1,5 @@
|
||||
GIT=https://gitlab.redox-os.org/redox-os/userutils.git
|
||||
BRANCH=redox-unix
|
||||
BINS=(
|
||||
id
|
||||
getty
|
||||
|
||||
Loading…
Reference in New Issue
Block a user