From add95dd896676fba7e0c0c3af3e024da745a381f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Str=C3=B6mb=C3=A4ck?= <filip.stromback@liu.se> Date: Tue, 8 Dec 2020 11:01:13 +0100 Subject: [PATCH] Using multicore to compile the broker and auth server. --- files/auth/on_update.sh | 2 +- files/broker/on_update.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/auth/on_update.sh b/files/auth/on_update.sh index cadcd6e..4ee42b7 100644 --- a/files/auth/on_update.sh +++ b/files/auth/on_update.sh @@ -6,7 +6,7 @@ cd source /opt/rh/devtoolset-7/enable cd src/auth make clean -make +make -j4 cd mkdir -p bin/ diff --git a/files/broker/on_update.sh b/files/broker/on_update.sh index 9c16c68..433cee0 100644 --- a/files/broker/on_update.sh +++ b/files/broker/on_update.sh @@ -6,7 +6,7 @@ cd source /opt/rh/devtoolset-7/enable cd src/broker make clean -make +make -j4 cd mkdir -p bin/ -- GitLab