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

Back to archive index

Kenji Okimoto okimo****@clear*****
Tue Mar 17 11:57:44 JST 2015


>     windows: support Ruby 2.1

サポート追加したのは Ruby 2.2 ですね。


On 2015年03月17日 11:44, Kouhei Sutou wrote:
> Author
>     Kouhei Sutou <kou �� clear-code.com>
> Date
>     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
>         <https://github.com/ranguba/rroonga/commit/50529270bf6e5488fe94981bd6c17d366a9e17e9#diff-0>
> 
>   Modified: build/windows/user-build.sh (+4 -1)
> ===================================================================
> 
> @@ -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
> 
> 
> 
> _______________________________________________
> Groonga-commit mailing list
> Groonga-commit �� lists.sourceforge.jp
> http://lists.sourceforge.jp/mailman/listinfo/groonga-commit
> 

-- 
Kenji Okimoto <okimoto �� clear-code.com>




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