From aed0feb1e6934db2055725cde1821fbb465a8a99 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 22 Apr 2022 09:11:15 +0200 Subject: extra/rust: fixed std lib moving --- extra/rust/PKGBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'extra') diff --git a/extra/rust/PKGBUILD b/extra/rust/PKGBUILD index cf34e18b..a4adb635 100644 --- a/extra/rust/PKGBUILD +++ b/extra/rust/PKGBUILD @@ -19,7 +19,7 @@ eval "$( eval "$( declare -f build | \ sed ' - s/-j "$(nproc)"/-j1/ + s/-j "$(nproc)"/-j8/ ' )" @@ -38,7 +38,10 @@ fi eval "$( declare -f build | \ sed ' + /mkdir.*usr\/lib32/d + /ln.*x86_64.*/d /mv.*i686-unknown-linux-gnu.*/d + /_pick.*dest-i686.*/d s/x86_64-unknown-linux-musl/i686-unknown-linux-musl/ ' )" -- cgit v1.2.3-54-g00ecf