Skip to content
Snippets Groups Projects
Verified Commit ccefd458 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Do not include tests in relibc package

parent 5547f840
No related branches found
No related tags found
No related merge requests found
...@@ -2,14 +2,11 @@ GIT=https://gitlab.redox-os.org/redox-os/relibc.git ...@@ -2,14 +2,11 @@ GIT=https://gitlab.redox-os.org/redox-os/relibc.git
function recipe_build { function recipe_build {
make CARGO=xargo -j"$(nproc)" make CARGO=xargo -j"$(nproc)"
make CARGO=xargo -C tests -j"$(nproc)"
skip=1 skip=1
} }
function recipe_stage { function recipe_stage {
dest="$(realpath $1)" dest="$(realpath $1)"
make CARGO=xargo DESTDIR="$dest" install make CARGO=xargo DESTDIR="$dest" install
mkdir -pv "$dest/share/relibc"
cp -rv "tests" "$dest/share/relibc/tests"
skip=1 skip=1
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment