From 77fd691c8ba4dbaf020da3bdf8f64ddd1884f3b1 Mon Sep 17 00:00:00 2001 From: Filippo Cremonese Date: Fri, 22 Jan 2021 10:36:56 +0100 Subject: [PATCH] ui/qt: use -j1 with make install --- .orchestra/config/components/ui/qt.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.orchestra/config/components/ui/qt.yml b/.orchestra/config/components/ui/qt.yml index 021b9e57..f37baa57 100644 --- a/.orchestra/config/components/ui/qt.yml +++ b/.orchestra/config/components/ui/qt.yml @@ -1,6 +1,6 @@ #@ load("@ytt:data", "data") #@ load("@ytt:overlay", "overlay") -#@ load("/lib/make.lib.yml", "make") +#@ load("/lib/make.lib.yml", "make", "serial_make") #@ load("/lib/shell.lib.yml", "expand_args") #@ load("/lib/optimization_flavors.lib.yml", "qt_optimization_flavors") @@ -115,7 +115,7 @@ builds: cd "$BUILD_DIR" (@= make @) - (@= make @) install INSTALL_ROOT=$TMP_ROOT + (@= serial_make @) install INSTALL_ROOT=$TMP_ROOT rm "${TMP_ROOT}${ORCHESTRA_ROOT}/lib64/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake" touch "${TMP_ROOT}${ORCHESTRA_ROOT}/lib64/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake"