rust (testing): fix bugs

This commit is contained in:
Dylan Araps 2019-08-24 12:36:41 +00:00
parent 46c7ee448c
commit 91b5bc59ea

View File

@ -41,5 +41,10 @@ EOF
DESTDIR="$1" ./x.py install -v
python3 ./x.py build
python3 ./x.py build -j "$(nproc)"
DESTDIR="$1" python3 ./x.py install
# Remove junk.
rm -rf "$1/etc/bash_completion.d"
rm -rf "$1/usr/share/zsh"
rm -rf "$1/usr/share/doc"