mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-09-18 15:11:12 +02:00
This merges "standard_build" and "standard_install" build steps into one again and modifies "standard_install_with_bundled_gems" to just invoke "standard" with the addition of `update-gems` & `extract-gems` targets.
2 lines
304 B
Text
2 lines
304 B
Text
install_package "openssl-3.1.4" "https://www.openssl.org/source/openssl-3.1.4.tar.gz#840af5366ab9b522bde525826be3ef0fb0af81c6a9ebd84caa600fea1731eee3" openssl --if needs_openssl:1.0.2-3.x.x
|
|
install_git "ruby-master" "https://github.com/ruby/ruby.git" "master" autoconf standard_install_with_bundled_gems
|