Skip to content

Commit

Permalink
JRuby: remove openssl@1.1 requirement from jruby-dev
Browse files Browse the repository at this point in the history
This is to allow JRuby itself to check for compatible OpenSSL versions and not have ruby-build abort early on macOS.
  • Loading branch information
mislav authored and eregon committed Oct 20, 2023
1 parent db600cc commit 99fda28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion share/ruby-build/jruby-dev
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ Linux)
install_package "jruby-head" "https://github.com/ruby/jruby-dev-builder/releases/latest/download/jruby-head-ubuntu-20.04.tar.gz" jruby
;;
Darwin)
use_homebrew_openssl
install_package "jruby-head" "https://github.com/ruby/jruby-dev-builder/releases/latest/download/jruby-head-macos-latest.tar.gz" jruby
;;
*)
Expand Down

0 comments on commit 99fda28

Please sign in to comment.