Skip to content
Snippets Groups Projects
Verified Commit 47571d6f authored by Johannes Schauer Marin Rodrigues's avatar Johannes Schauer Marin Rodrigues
Browse files

common.sh: force parallel=16 to avoid exhausting memory when running 48 parallel build jobs

parent b604d4c2
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ SRC_LIST_PATCHED="deb [ trusted=yes ] http://127.0.0.1:$HTTP_PORT/ $OURSUITE mai
BUILD_ARCH=$(dpkg --print-architecture)
HOST_ARCH=arm64
export DEB_BUILD_OPTIONS="noautodbgsym nocheck noudeb"
export DEB_BUILD_OPTIONS="noautodbgsym nocheck noudeb parallel=16"
chdistdata=$(pwd)/chdist
chdist_base() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment