From 13201888fdb0b6dff2033e765668757e80064bdd Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 15 Sep 2022 15:53:40 +0200 Subject: extra/rust: temporarily allow heavy parallel builds --- extra/rust/PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'extra') diff --git a/extra/rust/PKGBUILD b/extra/rust/PKGBUILD index 09db8d46..98d746d3 100644 --- a/extra/rust/PKGBUILD +++ b/extra/rust/PKGBUILD @@ -16,12 +16,12 @@ eval "$( )" # stop insanity of nproc (see FS#62952) -eval "$( - declare -f build | \ - sed ' - s/-j "$(nproc)"/-j1/ - ' -)" +#eval "$( +# declare -f build | \ +# sed ' +# s/-j "$(nproc)"/-j1/ +# ' +#)" if [ "${CARCH}" != 'pentium4' ]; then eval "$( -- cgit v1.2.3-54-g00ecf