[Groonga-commit] groonga/groonga at cad5936 [master] travis: use nproc

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Jul 4 11:43:50 JST 2018


Kouhei Sutou	2018-07-04 11:43:50 +0900 (Wed, 04 Jul 2018)

  New Revision: cad59367506fae0bad3e434b70194d9175b34c76
  https://github.com/groonga/groonga/commit/cad59367506fae0bad3e434b70194d9175b34c76

  Message:
    travis: use nproc

  Modified files:
    data/travis/setup.sh

  Modified: data/travis/setup.sh (+1 -1)
===================================================================
--- data/travis/setup.sh    2018-07-04 11:42:41 +0900 (d668fb669)
+++ data/travis/setup.sh    2018-07-04 11:43:50 +0900 (12a89178a)
@@ -31,7 +31,7 @@ if [ "$GROONGA_MASTER" = "yes" ]; then
   cd groonga
   ./autogen.sh
   ./configure --prefix=/usr --localstatedir=/var --enable-debug
-  make -j$(grep '^processor' /proc/cpuinfo | wc -l) > /dev/null
+  make -j$(nproc) > /dev/null
   sudo make install > /dev/null
   cd ..
 else
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180704/ea8e834d/attachment.htm 



More information about the Groonga-commit mailing list
Back to archive index