From 7cf9908b3572251b60e5a7f9d7a4cbce66c426e4 Mon Sep 17 00:00:00 2001 From: Wildan M Date: Sun, 1 Feb 2026 19:35:04 +0700 Subject: [PATCH] Use proper jobs for rust recipe --- recipes/dev/rust/recipe.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/dev/rust/recipe.toml b/recipes/dev/rust/recipe.toml index dadb3e1d8..81b4152e5 100644 --- a/recipes/dev/rust/recipe.toml +++ b/recipes/dev/rust/recipe.toml @@ -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/