[Groonga-commit] groonga/heroku-groonga-builder at e2a06af [master] Reduce concurrency

Zurück zum Archiv-Index

Kouhei Sutou null+****@clear*****
Mon May 19 23:10:15 JST 2014


Kouhei Sutou	2014-05-19 23:10:15 +0900 (Mon, 19 May 2014)

  New Revision: e2a06afb4e66ffb01ae28ccc1aeeca33afb5c4da
  https://github.com/groonga/heroku-groonga-builder/commit/e2a06afb4e66ffb01ae28ccc1aeeca33afb5c4da

  Message:
    Reduce concurrency

  Modified files:
    Rakefile

  Modified: Rakefile (+1 -1)
===================================================================
--- Rakefile    2014-05-19 23:04:56 +0900 (68341fd)
+++ Rakefile    2014-05-19 23:10:15 +0900 (e9270b5)
@@ -21,7 +21,7 @@ task :build do
        "--prefix=#{install_dir}",
        "--disable-document",
        *configure_args)
-    sh("make", "-j")
+    sh("make", "-j4")
     sh("make", "install")
   end
 
-------------- next part --------------
HTML����������������������������...
Download 



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