Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
packpack: redirect cmake build output to null
Browse files Browse the repository at this point in the history
  • Loading branch information
lerwys committed Apr 6, 2021
1 parent fd8e448 commit 0d96c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packpack
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ chmod a+x ${BUILDDIR}/userwrapper.sh
echo " tar -xzvf cmake-\$version.\$build.tar.gz";
echo " cd cmake-\$version.\$build/";
echo " ./bootstrap";
echo " make -j\$(nproc)";
echo " make -j\$(nproc) > /dev/null";
echo " sudo make install";
echo " cmake --version";
echo " cd \${BUILD_TOP_LEVEL_DIR}";
Expand Down

0 comments on commit 0d96c50

Please sign in to comment.