mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 23:58:42 +08:00
llvm18: Native tablegen build fails with too many jobs, limit to 16
This commit is contained in:
parent
93803d4539
commit
162f551312
@ -66,5 +66,7 @@ COOKBOOK_CMAKE_FLAGS+=(
|
||||
-DLLVM_ENABLE_PROJECTS="llvm"
|
||||
)
|
||||
|
||||
# Native tablegen build fails with too many jobs, limit to 16
|
||||
COOKBOOK_MAKE_JOBS="$(( ${COOKBOOK_MAKE_JOBS} > 16 ? 16 : ${COOKBOOK_MAKE_JOBS} ))"
|
||||
cookbook_cmake "${COOKBOOK_SOURCE}/llvm"
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user