This project is mirrored from https://github.com/rbenv/ruby-build.git.
Pull mirroring failed .
Last successful update .
Last successful update .
-
-
v20220125cbdbc6e4 · ·
ruby-build 20220125 * Add JRuby 9.3.3.0 * Add TruffleRuby and TruffleRuby GraalVM 22.0.0.2
-
v202112278663d2ff · ·
ruby-build 20211227 * Added 3.2.0-dev and switch ruby_3_1 branch at 3.1.0-dev * Use OpenSSL 3.x after Ruby 3.2
-
v202112259c556f21 · ·
ruby-build 20211225 * Create 3.1.0 https://www.ruby-lang.org/en/news/2021/12/25/ruby-3-1-0-released/
-
-
-
-
v20211109d796c179 · ·
ruby-build 20211109 * YJIT has been merged with upstream CRuby and the repo used by ruby-build is no longer maintained properly. * Add JRuby 9.2.20.0 * Added 3.1.0-preview1
-
v2021101930eb72fe · ·
ruby-build 20211019 * Prefer maven URLs going forward We continue to maintain the S3 URLs but only as a courtesy for legacy apps and tools. The preferred URLs are the maven jruby-dist links, which have the same files but are federated and mirrored across the maven ecosystem. * Add JRuby 9.3.1.0 * Add TruffleRuby and TruffleRuby GraalVM 21.3.0
-
v20210928f50312a5 · ·
ruby-build 20210928 * Fix version check for Java 17 * Fixes https://github.com/rbenv/ruby-build/issues/1798 * OpenJDK 17 reports: $ java -version openjdk version "17" 2021-09-14 There is no dot in the version, so we need to only use the first match from grep -o. * Clarify it is a minimum required java version, not an exact version.
-
-
-
-
v20210801887a13f8 · ·
ruby-build 20210801 * TruffleRuby 21.2+ adds support for linux-aarch64 * Fixes #1786
-
v2021072675c2fe45 · ·
ruby-build 20210726 * Ensure it is safe to remove the prefix path for TruffleRuby or error * Only do clean_prefix_path for TruffleRuby and rename for clarity, since the logic is now TruffleRuby-specific.
-
-
-
v202106116b5c8148 · ·
ruby-build 20210611 * Added JRuby 9.2.18.0 * Add jruby-dev * Uses the latest nightly, which is automatically built.
-
v2021052619ed806d · ·
ruby-build 20210526 * Fix hashes for TruffleRuby 21.1.0 * Unfortunately the original builds were based on incorrect JDK versions, these new hashes represent the correct builds based on JDK11.
-
v20210510e9fa4bfd · ·
ruby-build 20210510 * Join *_OPTS variables after *_OPTS_ARRAY variables This for instance allows `RUBY_CONFIGURE_OPTS` to override what's set by the definition. For instance `enable_shared` can be disabled with `RUBY_CONFIGURE_OPTS='--disable-shared'` * Do not append `--enable-shared` if RUBY_CONFIGURE_OPTS include `--disable-shared`