osmith has uploaded this change for review.
coverity/local_test: use all CPU cores
Change-Id: I018fda7cb85bb7e480dbc55d296c2e216098fc5e
---
M coverity/local_test.sh
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/38/31138/1
diff --git a/coverity/local_test.sh b/coverity/local_test.sh
index a36aac9..440ef0b 100755
--- a/coverity/local_test.sh
+++ b/coverity/local_test.sh
@@ -4,6 +4,7 @@
export SRC_SKIP_FETCH=1
export SRC_CLEAN=1
+export PARALLEL_MAKE="-j$($(nproc) + 1 | bc)"
mkdir -p /tmp/coverity
rm -f /tmp/coverity/common.sh
To view, visit change 31138. To unsubscribe, or for help writing mail filters, visit settings.