From bba611dfa53e38bf1c9d28f55e12e6f5da2675e5 Mon Sep 17 00:00:00 2001 From: Wildan M Date: Fri, 2 Jan 2026 23:08:08 +0700 Subject: [PATCH] Fix relibc jobs not being passed --- recipes/core/relibc/recipe.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/core/relibc/recipe.toml b/recipes/core/relibc/recipe.toml index 47895258..c0c059d4 100644 --- a/recipes/core/relibc/recipe.toml +++ b/recipes/core/relibc/recipe.toml @@ -10,7 +10,7 @@ COOKBOOK_MAKE_JOBS="$(( ${COOKBOOK_MAKE_JOBS} > 8 ? 8 : ${COOKBOOK_MAKE_JOBS} )) export CARGO=${CARGO:-env -u CARGO cargo} "${COOKBOOK_MAKE}" \ -C "${COOKBOOK_SOURCE}" \ - -j"$($NPROC)" \ + -j"${COOKBOOK_MAKE_JOBS}" \ DESTDIR="${COOKBOOK_STAGE}/usr" \ install """