From 2fc6528a22277abdce0b1dc23bb7fcdfe33991d9 Mon Sep 17 00:00:00 2001 From: Stoabrogga <38475780+Stoabrogga@users.noreply.github.com> Date: Fri, 22 Feb 2019 17:27:57 +0100 Subject: [PATCH] feat(CI): dynamically calculate thread count for build process (#1510) Dynamically calculate the thread count for the build process by reading `/proc/cpuinfo` in order to be more independent from the environment. --- apps/ci/ci-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ci/ci-install.sh b/apps/ci/ci-install.sh index 3614e0fd1..090da4a73 100755 --- a/apps/ci/ci-install.sh +++ b/apps/ci/ci-install.sh @@ -19,7 +19,7 @@ echo "create config.sh" cat >>conf/config.sh <