osmith has uploaded this change for review. (
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(-)
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
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: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newchange