coverity/local_test: use all CPU cores

Change-Id: I018fda7cb85bb7e480dbc55d296c2e216098fc5e
This commit is contained in:
Oliver Smith 2023-02-01 09:49:04 +01:00
parent 6a6b19ec6f
commit 56939cc0a7
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ SCRIPT_DIR="$(dirname "$(realpath "$0")")"
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