Merge branch 'cookbook-jobs-workaround' into 'master'

relibc: remove outdated workaround for cookbook jobs

See merge request redox-os/redox!2035
This commit is contained in:
Jeremy Soller 2026-03-30 17:47:05 -06:00
commit 993a32b532

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