[Groonga-commit] ranguba/rroonga at 5052927 [master] windows: support Ruby 2.1

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Mar 17 11:44:10 JST 2015


Kouhei Sutou	2015-03-17 11:44:10 +0900 (Tue, 17 Mar 2015)

  New Revision: 50529270bf6e5488fe94981bd6c17d366a9e17e9
  https://github.com/ranguba/rroonga/commit/50529270bf6e5488fe94981bd6c17d366a9e17e9

  Message:
    windows: support Ruby 2.1

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

  Modified: build/windows/user-build.sh (+4 -1)
===================================================================
--- build/windows/user-build.sh    2015-03-08 19:18:30 +0900 (7db74ed)
+++ build/windows/user-build.sh    2015-03-17 11:44:10 +0900 (512b688)
@@ -3,7 +3,8 @@
 readonly RUBY19="1.9.3-p551"
 readonly RUBY20="2.0.0-p598"
 readonly RUBY21="2.1.5"
-readonly CROSS_TERGET="1.9.3:2.0.0:2.1.5"
+readonly RUBY22="2.2.1"
+readonly CROSS_TERGET="1.9.3:2.0.0:2.1.5:2.2.1"
 readonly PKG_GEMS="/vagrant/pkg"
 readonly CPU_NUMS=`cat /proc/cpuinfo |grep processor|wc -l`
 readonly MAKE_OPTIONS="debugflags="
@@ -40,11 +41,13 @@ cd ~/rroonga
 bundle_install $RUBY19
 bundle_install $RUBY20
 bundle_install $RUBY21
+bundle_install $RUBY22
 
 # install cross ruby with rake-compiler
 install_rake_compiler_cross_ruby $RUBY19
 install_rake_compiler_cross_ruby $RUBY20
 install_rake_compiler_cross_ruby $RUBY21
+install_rake_compiler_cross_ruby $RUBY22
 
 # cross-compile
 cross_compile
-------------- next part --------------
HTML����������������������������...
Download 



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