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
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ci/+/31138
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I018fda7cb85bb7e480dbc55d296c2e216098fc5e
Gerrit-Change-Number: 31138
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: merged