osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/31138 )
Change subject: coverity/local_test: use all CPU cores ......................................................................
coverity/local_test: use all CPU cores
Change-Id: I018fda7cb85bb7e480dbc55d296c2e216098fc5e --- M coverity/local_test.sh 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: Jenkins Builder: Verified fixeria: Looks good to me, approved
diff --git a/coverity/local_test.sh b/coverity/local_test.sh index a36aac9..f2b89c3 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$(echo $(nproc) + 1 | bc)"
mkdir -p /tmp/coverity rm -f /tmp/coverity/common.sh