[Groonga-commit] ranguba/rroonga at ec72bbe [master] windows: use bundle -j option for concurrent install

Back to archive index

cosmo0920 null+****@clear*****
Sun Sep 14 02:16:00 JST 2014


cosmo0920	2014-09-14 02:16:00 +0900 (Sun, 14 Sep 2014)

  New Revision: ec72bbeebca754660e1091d039098a8d43f611ae
  https://github.com/ranguba/rroonga/commit/ec72bbeebca754660e1091d039098a8d43f611ae

  Message:
    windows: use bundle -j option for concurrent install

  Modified files:
    build/windows/build-functions.sh

  Modified: build/windows/build-functions.sh (+1 -1)
===================================================================
--- build/windows/build-functions.sh    2014-09-14 02:14:33 +0900 (bff180a)
+++ build/windows/build-functions.sh    2014-09-14 02:16:00 +0900 (756e0e1)
@@ -18,7 +18,7 @@ function ruby_install_with_bundler() {
 function bundle_install() {
     ruby_version=$1
     rbenv local $ruby_version
-    bundle install --path vendor/bundle
+    bundle install --path vendor/bundle -j $CPU_NUMS
 }
 
 function install_rake_compiler_cross_ruby() {
-------------- next part --------------
HTML����������������������������...
Download 



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