Commit 9449b51a authored by Benoit Daloze's avatar Benoit Daloze
Browse files

Add truffleruby-dev

* Uses the latest nightly, which is automatically built.
parent 73b926b7
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
case $(uname -s) in
Linux)
  install_package "truffleruby-head" "https://github.com/ruby/truffleruby-dev-builder/releases/latest/download/truffleruby-head-ubuntu-18.04.tar.gz" truffleruby
  ;;
Darwin)
  use_homebrew_openssl
  install_package "truffleruby-head" "https://github.com/ruby/truffleruby-dev-builder/releases/latest/download/truffleruby-head-macos-latest.tar.gz" truffleruby
  ;;
*)
  colorize 1 "Unsupported operating system: $(uname -s)"
  return 1
  ;;
esac