Skip to content

Commit

Permalink
ui/qt: use -j1 with make install
Browse files Browse the repository at this point in the history
  • Loading branch information
Filippo Cremonese committed Jun 15, 2021
1 parent 4b383a8 commit 77fd691
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .orchestra/config/components/ui/qt.yml
Original file line number Diff line number Diff line change
@@ -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")

Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 77fd691

Please sign in to comment.