From ccefd458f7ff2eeb4e21464e1629584c54ebab3a Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jeremy@system76.com> Date: Mon, 15 Apr 2019 21:32:30 -0600 Subject: [PATCH] Do not include tests in relibc package --- recipes/relibc/recipe.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/recipes/relibc/recipe.sh b/recipes/relibc/recipe.sh index ff492a05e..7518a071b 100644 --- a/recipes/relibc/recipe.sh +++ b/recipes/relibc/recipe.sh @@ -2,14 +2,11 @@ GIT=https://gitlab.redox-os.org/redox-os/relibc.git function recipe_build { make CARGO=xargo -j"$(nproc)" - make CARGO=xargo -C tests -j"$(nproc)" skip=1 } function recipe_stage { dest="$(realpath $1)" make CARGO=xargo DESTDIR="$dest" install - mkdir -pv "$dest/share/relibc" - cp -rv "tests" "$dest/share/relibc/tests" skip=1 } -- GitLab