chore(CI): solve (#3322)
Co-authored-by: Stefano Borzì <stefanoborzi32@gmail.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
cat >>conf/config.sh <<CONFIG_SH
|
cat >>conf/config.sh <<CONFIG_SH
|
||||||
MTHREADS=$(expr $(grep -c ^processor /proc/cpuinfo) + 2)
|
MTHREADS=$(($(grep -c ^processor /proc/cpuinfo) + 2))
|
||||||
CWARNINGS=ON
|
CWARNINGS=ON
|
||||||
CDEBUG=OFF
|
CDEBUG=OFF
|
||||||
CTYPE=Release
|
CTYPE=Release
|
||||||
|
|||||||
Reference in New Issue
Block a user