mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-10-22 13:50:33 +02:00
Remove verify_opensl
step from build definitions
The functionality to fail the build if openssl or psych are missing is now built into the `./configure && make` phase for Ruby.
This commit is contained in:
parent
6250069ccb
commit
4cb285791c
151 changed files with 151 additions and 151 deletions
|
@ -1,2 +1,2 @@
|
|||
install_package "openssl-1.1.1w" "https://www.openssl.org/source/openssl-1.1.1w.tar.gz#cf3098950cb4d853ad95c0841f1f9c6d3dc102dccfcacd521d93925208b76ac8" openssl --if needs_openssl:1.0.1-1.x.x
|
||||
install_package "ruby-2.5.6" "https://cache.ruby-lang.org/pub/ruby/2.5/ruby-2.5.6.tar.gz#1d7ed06c673020cd12a737ed686470552e8e99d72b82cd3c26daa3115c36bea7" warn_eol enable_shared standard verify_openssl
|
||||
install_package "ruby-2.5.6" "https://cache.ruby-lang.org/pub/ruby/2.5/ruby-2.5.6.tar.gz#1d7ed06c673020cd12a737ed686470552e8e99d72b82cd3c26daa3115c36bea7" warn_eol enable_shared standard
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue