mirror of
https://github.com/Z3Prover/z3
synced 2025-12-24 21:16:50 +00:00
Limit parallelism to avoid QEMU compiler crashes
Set MAKEFLAGS="-j2" to limit make to 2 parallel jobs during ARM64 build. This prevents GCC segmentation faults that occur under QEMU emulation when too many parallel compilation jobs are running. Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
parent
cfcd2553fd
commit
079f30d160
2 changed files with 2 additions and 0 deletions
|
|
@ -183,6 +183,7 @@ stages:
|
|||
set -e
|
||||
docker run --rm -v $(pwd):/workspace -w /workspace \
|
||||
-e HOME=/tmp \
|
||||
-e MAKEFLAGS="-j2" \
|
||||
quay.io/pypa/manylinux2014_aarch64:latest \
|
||||
bash -c "
|
||||
set -e
|
||||
|
|
|
|||
|
|
@ -187,6 +187,7 @@ stages:
|
|||
set -e
|
||||
docker run --rm -v $(pwd):/workspace -w /workspace \
|
||||
-e HOME=/tmp \
|
||||
-e MAKEFLAGS="-j2" \
|
||||
quay.io/pypa/manylinux2014_aarch64:latest \
|
||||
bash -c "
|
||||
set -e
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue