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"