Skip to content

Commit d9c4548

Browse files
committed
Add TruffleRuby 20.0.0
1 parent 92fa223 commit d9c4548

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
case $(uname -s) in
2+
Linux)
3+
install_package "truffleruby-20.0.0" "https://github.com/oracle/truffleruby/releases/download/vm-20.0.0/truffleruby-20.0.0-linux-amd64.tar.gz#48331324185773bf38d34a945b410d58a71ea7d206015cea1d4da5ce51cfef30" truffleruby
4+
;;
5+
Darwin)
6+
use_homebrew_openssl
7+
install_package "truffleruby-20.0.0" "https://github.com/oracle/truffleruby/releases/download/vm-20.0.0/truffleruby-20.0.0-macos-amd64.tar.gz#3ea8519f946c3807dc1e7deb9a0bbdaddef43713abc6352b0127ac085e2ff1eb" truffleruby
8+
;;
9+
*)
10+
colorize 1 "Unsupported operating system: $(uname -s)"
11+
return 1
12+
;;
13+
esac

0 commit comments

Comments
 (0)