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."
This commit is contained in:
Connor-GH 2026-03-30 17:02:29 -05:00
parent 05954bd799
commit 9d0e4f690a

View File

@ -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