Add recipe for relibc tests, patch userutils

This commit is contained in:
Jeremy Soller 2019-04-28 19:32:47 -06:00
parent 63d4da139e
commit 5f795c0df9
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1
2 changed files with 14 additions and 0 deletions

View 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
}

View File

@ -1,4 +1,5 @@
GIT=https://gitlab.redox-os.org/redox-os/userutils.git
BRANCH=redox-unix
BINS=(
id
getty