diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-04-21 19:10:48 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-04-21 19:10:48 +0200 |
commit | 7dd47244eb458805edfa4af02ff01629a78dc57e (patch) | |
tree | 24dcb7f1ca074697b9ae96b698b2202217d9bf9d /extra | |
parent | 073fc55fab81942e930872497d04723edb635147 (diff) | |
download | packages-7dd47244eb458805edfa4af02ff01629a78dc57e.tar.xz |
extra/rust: reverted -j8 to -j1
Diffstat (limited to 'extra')
-rw-r--r-- | extra/rust/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/rust/PKGBUILD b/extra/rust/PKGBUILD index 198fa31a..cf34e18b 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/ ' )" |