[Groonga-commit] ranguba/rroonga at 8457dd5 [master] extconf: use 2 or more processors for building if avaliable

Back to archive index

Hiroshi Hatake null+****@clear*****
Tue Oct 28 23:34:23 JST 2014


Hiroshi Hatake	2014-10-28 23:34:23 +0900 (Tue, 28 Oct 2014)

  New Revision: 8457dd504ddc47efbe6f9f3528eae13a9e5828dd
  https://github.com/ranguba/rroonga/commit/8457dd504ddc47efbe6f9f3528eae13a9e5828dd

  Message:
    extconf: use 2 or more processors for building if avaliable
    
    Travis CI terminates CI job when no output has been recived in the last 10 minutes. :<

  Modified files:
    ext/groonga/extconf.rb

  Modified: ext/groonga/extconf.rb (+1 -1)
===================================================================
--- ext/groonga/extconf.rb    2014-10-28 23:33:13 +0900 (143794c)
+++ ext/groonga/extconf.rb    2014-10-28 23:34:23 +0900 (93dbf4e)
@@ -183,7 +183,7 @@ def install_for_gnu_build_system(install_dir)
   run_command("configuring...",
               configure_command_line(install_dir))
   run_command("building (maybe long time)...",
-              "make")
+              "make -j#{n_processors}")
   run_command("installing...",
               "make install")
 end
-------------- next part --------------
HTML����������������������������...
다운로드 



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