From 9d0e4f690a0b73b01e757b0f093a85fb7e4cdcf6 Mon Sep 17 00:00:00 2001 From: Connor-GH Date: Mon, 30 Mar 2026 17:02:29 -0500 Subject: [PATCH] relibc: remove outdated workaround for cookbook jobs Per willnode's words: "I think it was a workaround that later discovered that it was actually nproc limits from podman. that can be removed now." --- recipes/core/relibc/recipe.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/recipes/core/relibc/recipe.toml b/recipes/core/relibc/recipe.toml index 11eeec21..4aba4531 100644 --- a/recipes/core/relibc/recipe.toml +++ b/recipes/core/relibc/recipe.toml @@ -4,9 +4,6 @@ git = "https://gitlab.redox-os.org/redox-os/relibc.git" [build] template = "custom" script = """ -# obscure crash if jobs number is too much -COOKBOOK_MAKE_JOBS="$(( ${COOKBOOK_MAKE_JOBS} > 8 ? 8 : ${COOKBOOK_MAKE_JOBS} ))" - # rustup workaround https://github.com/rust-lang/rustup/issues/988 if [ "${COOKBOOK_HOST_SYSROOT}" = "/usr" ]; then if command -v rustup >/dev/null 2>&1; then