mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-19 11:24:18 +08:00
Do not include tests in relibc package
This commit is contained in:
parent
5547f84097
commit
ccefd458f7
@ -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
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user