]> git.pld-linux.org Git - packages/python3-adblock.git/commitdiff
define CARGO_BUILD_JOBS
authorJan Palus <atler@pld-linux.org>
Wed, 14 Apr 2021 16:40:00 +0000 (18:40 +0200)
committerJan Palus <atler@pld-linux.org>
Wed, 14 Apr 2021 16:40:00 +0000 (18:40 +0200)
python3-adblock.spec

index 70186fb856983bfe4c311840ebc280c05515b9c2..b612f66991bcc25823abf49b7fc32cc9e3026cf5 100644 (file)
@@ -55,6 +55,7 @@ EOF
 CARGO_HOME="$(pwd)/.cargo" \
 CARGO_NET_OFFLINE=true \
 CARGO_TERM_VERBOSE=true \
+%{?__jobs:CARGO_BUILD_JOBS="%{__jobs}"} \
 RUSTFLAGS="%{rpmrustflags}" \
 /usr/bin/maturin build --release --no-sdist \
 %ifarch x32
This page took 0.056632 seconds and 4 git commands to generate.