diff --git a/files/auth/on_update.sh b/files/auth/on_update.sh index cadcd6e504a354f5cf3e121f402374409db39748..4ee42b75b8abd397680fbbf3582ea202a3d16210 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 9c16c68e05439f0d172c7bd3541de9c3e52728b8..433cee0e1c3621010939bffc473f17ed8a1e9b0a 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/