mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-01-19 20:51:59 +01:00
Add jruby-dev
* Uses the latest nightly, which is automatically built.
This commit is contained in:
parent
1063ef6edb
commit
e7d3459b6f
1 changed files with 13 additions and 0 deletions
13
share/ruby-build/jruby-dev
Normal file
13
share/ruby-build/jruby-dev
Normal file
|
@ -0,0 +1,13 @@
|
|||
case $(uname -s) in
|
||||
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
|
||||
;;
|
||||
*)
|
||||
colorize 1 "Unsupported operating system: $(uname -s)"
|
||||
return 1
|
||||
;;
|
||||
esac
|
Loading…
Reference in a new issue