From 56939cc0a744b1b07dfbf63fe7528d110e8b4f31 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Wed, 1 Feb 2023 09:49:04 +0100 Subject: [PATCH] coverity/local_test: use all CPU cores Change-Id: I018fda7cb85bb7e480dbc55d296c2e216098fc5e --- coverity/local_test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/coverity/local_test.sh b/coverity/local_test.sh index a36aac99..f2b89c39 100755 --- a/coverity/local_test.sh +++ b/coverity/local_test.sh @@ -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