From 196b8baf3d37a24506259c751f0d5f72a7062e44 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 22 Apr 2022 12:22:47 +0200 Subject: extra/rust: back to -j1 --- extra/rust/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra') diff --git a/extra/rust/PKGBUILD b/extra/rust/PKGBUILD index f10fac75..fb6ca9d5 100644 --- a/extra/rust/PKGBUILD +++ b/extra/rust/PKGBUILD @@ -19,7 +19,7 @@ eval "$( eval "$( declare -f build | \ sed ' - s/-j "$(nproc)"/-j8/ + s/-j "$(nproc)"/-j1/ ' )" -- cgit v1.2.3-54-g00ecf