From 91b5bc59ea82603cc0fc5ac60310526312644960 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 24 Aug 2019 12:36:41 +0000 Subject: [PATCH] rust (testing): fix bugs --- testing/rust/build | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/testing/rust/build b/testing/rust/build index 60dfdce5..7eefaffe 100755 --- a/testing/rust/build +++ b/testing/rust/build @@ -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"