beacon-node-builds: run with -j1 to not disturb containers

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-11-20 16:44:48 +01:00
parent 21a41cb1ed
commit 318e56bd04
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 3 additions and 6 deletions

View File

@ -30,12 +30,9 @@ fi
# Lower CPU and I/O priority so it doesn't affect the running beacon node
NICE="nice -n 19 ionice -c2 -n7"
${NICE} make -j$(nproc) update
${NICE} make \
-j$(nproc) \
LOG_LEVEL="TRACE" \
NIMFLAGS="-d:insecure -d:testnet_servers_image" \
{{ item.targets | join(" ") }}
${NICE} make -j1 update
${NICE} make -j1 {{ item.targets | join(" ") }} \
LOG_LEVEL="TRACE" NIMFLAGS="-d:insecure -d:testnet_servers_image"
popd