Use proper jobs for rust recipe

This commit is contained in:
Wildan M 2026-02-01 19:35:04 +07:00
parent e63acdc442
commit 7cf9908b35
No known key found for this signature in database
GPG Key ID: 01AC53185C679C79

View File

@ -45,7 +45,7 @@ sed -i "s|COOKBOOK_TOOLCHAIN|${COOKBOOK_TOOLCHAIN}|g" config.toml
python3 "${COOKBOOK_SOURCE}/x.py" install \
--config config.toml \
--jobs $(nproc)
--jobs ${COOKBOOK_MAKE_JOBS}
mkdir -p "${COOKBOOK_STAGE}"/usr
rsync -av --delete "${COOKBOOK_BUILD}"/install/* "${COOKBOOK_STAGE}"/usr/