[Groonga-mysql-commit] mroonga/mroonga at 51a7df5 [master] travis: remove needless concurrency restriction for MariaDB bundled build

Zurück zum Archiv-Index

Kouhei Sutou null+****@clear*****
Sat Sep 13 23:15:02 JST 2014


Kouhei Sutou	2014-09-13 23:15:02 +0900 (Sat, 13 Sep 2014)

  New Revision: 51a7df500b37a988af97a3d4d093058227d2753d
  https://github.com/mroonga/mroonga/commit/51a7df500b37a988af97a3d4d093058227d2753d

  Message:
    travis: remove needless concurrency restriction for MariaDB bundled build

  Modified files:
    tools/travis/script.sh

  Modified: tools/travis/script.sh (+4 -8)
===================================================================
--- tools/travis/script.sh    2014-09-13 23:13:19 +0900 (cf3d079)
+++ tools/travis/script.sh    2014-09-13 23:15:02 +0900 (8aebeba)
@@ -31,14 +31,10 @@ else
     . "${top_dir}/config.sh"
 fi
 
-if [ "${MRN_BUNDLED}" = "yes" ]; then
-    n_processors=1
-else
-    n_processors="$(grep '^processor' /proc/cpuinfo | wc -l)"
-    max_n_processors=8
-    if (( $n_processors > $max_n_processors )); then
-	n_processors=$max_n_processors
-    fi
+n_processors="$(grep '^processor' /proc/cpuinfo | wc -l)"
+max_n_processors=8
+if (( $n_processors > $max_n_processors )); then
+    n_processors=$max_n_processors
 fi
 
 build()
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Zurück zum Archiv-Index