Tags give the ability to mark specific points in history as being important
This project is mirrored from https://github.com/rbenv/ruby-build.git.
Pull mirroring failed .
Last successful update .
Last successful update .
-
-
-
-
-
-
-
-
-
-
v20220909
019c0115 · ·ruby-build 20220909 * YJIT support arm64 and aarch64 arch * Added 3.2.0-preview2
-
v20220825
7f756a7b · ·ruby-build 20220825 * Show the log file to make it easy to follow progress * Fixes https://github.com/rbenv/ruby-build/issues/1721 * Add JRuby 9.3.7.0 (#2026)
-
-
v20220725
d04f81fb · ·ruby-build 20220725 * Only check the opensslv.h header to find the system openssl version * `openssl version` can be another version than the header, for instance with `apt-get install --no-install-recommends ca-certificates libssl1.0-dev` on Ubuntu 18.04: https://github.com/rbenv/ruby-build/discussions/2014#discussioncomment-3224237
-
v20220721
7866a26b · ·ruby-build 20220721 * For Ruby 3.2.0-dev, install YJIT by default if rustc 1.60+ is available * Don't auto-enable YJIT except on x86_64 * Restructure build_package_enable_yjit to be cleaner and to exit before later checks if possible. * Apply patch for implicitly declaration error of OpenSSL 1.1.1q * Use inline patch instead of curl download
-
-
v20220710
98c03377 · ·ruby-build 20220710 * Use OpenSSL 3.0.5 * Use OpenSSL 1.1.1q * Install openssl 1 when openssl is 3 * Install openssl whenever the system version does not match * Make supported openssl versions explicit per definition.
-
v20220630
58cda904 · ·ruby-build 20220630 * Add JRuby 9.2.21.0 and 9.3.6.0 * Add mruby-3.1.0 * Add picoruby-3.0.0
-
v20220610
30d6879d · ·ruby-build 20220610 * Skip building docs when building openssl * See https://github.com/openssl/openssl/issues/8170 * The install_sw target exists since 1.0.0 or earlier: https://github.com/openssl/openssl/blob/OpenSSL_1_0_0-stable/Makefile.org * Re-enable ssldir creation target for openssl install Prior commit attempts to shorten install by omitting documentation install, however an additional target is needed to get the conf dirs for capturing the PEMs et al. * OpenSSL 1.1+ needs the extra install_ssldirs target to install certificates * Add Darwin-arm64 and Linux-aarch64 for truffleruby-dev and truffleruby+graalvm-dev
-
-
v20220415
d3bbd54d · ·ruby-build 20220415 * Allow truffleruby to install in an existing empty directory