[Groonga-commit] groonga/groonga at 9a76fc4 [master] travis: disable parallel build for "make dist"

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Jul 25 09:44:50 JST 2018


Kouhei Sutou	2018-07-25 09:44:50 +0900 (Wed, 25 Jul 2018)

  New Revision: 9a76fc43b9766fc05e38371bfd848c49c230a30c
  https://github.com/groonga/groonga/commit/9a76fc43b9766fc05e38371bfd848c49c230a30c

  Message:
    travis: disable parallel build for "make dist"

  Modified files:
    travis/before-script.sh

  Modified: travis/before-script.sh (+1 -1)
===================================================================
--- travis/before-script.sh    2018-07-25 00:24:20 +0900 (b04f36956)
+++ travis/before-script.sh    2018-07-25 09:44:50 +0900 (eed84c6a0)
@@ -79,7 +79,7 @@ case "$(uname)" in
 esac
 
 if [ -n "${TARGET}" ]; then
-  make dist -j${n_processors} > /dev/null
+  make dist > /dev/null
 else
   make -j${n_processors} > /dev/null
 fi
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180725/dab2a650/attachment-0001.htm 



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