postmodern / chruby

Changes the current Ruby
MIT License
2.85k stars 190 forks source link

URL path for truffle-ruby (version 21.1.0) has wrong sdk on MacOS #458

Closed nonnenmacher closed 3 years ago

nonnenmacher commented 3 years ago

Since GraalVM 21.1.0, the JDK version 8 is no longer supported.

I think the

https://github.com/graalvm/graalvm-ce-builds/releases/download/vm-21.1.0/graalvm-ce-java8-darwin-amd64-21.1.0.tar.gz

should perhaps be updated to

https://github.com/graalvm/graalvm-ce-builds/releases/download/vm-21.1.0/graalvm-ce-java11-darwin-amd64-21.1.0.tar.gz

eregon commented 3 years ago

Thanks for the report, this should probably be moved to https://github.com/postmodern/ruby-install/issues since it's an issue of ruby-install. A workaround is to use ruby-build instead.

postmodern commented 3 years ago

@nonnenmacher like @eregon said, please submit an issue to ruby-install or try creating a PR by editing this line which contains the java8 part.