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: 8a03e41e5fbffa80e30624e1e3e4e59ca4f8e042 https://github.com/ranguba/rroonga/commit/8a03e41e5fbffa80e30624e1e3e4e59ca4f8e042 Message: extconf: use 2 or more processors for building if avaliable Travis CI terminate 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����������������������������...Descargar