mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
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:
parent
05954bd799
commit
9d0e4f690a
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user