Closed 0xdevalias closed 4 years ago
I made a PR to fix this: https://github.com/postmodern/ruby-install/pull/359
@postmodern @havenwood I think we should do a release to let users get that fix.
Until then a workaround (only needed on macOS) is:
$ brew install openssl
$ ruby-install --no-install-deps truffleruby
Closing now that the fixed has been released with version 0.7.1.
Hit this when trying to install
truffleruby
since brew removedllvm@4
in https://github.com/Homebrew/homebrew-core/issues/46801https://github.com/oracle/truffleruby/issues/1820 says that llvm isn't required as an external dependency since
>= 19.3
This was documented in https://github.com/oracle/truffleruby/issues/1820 and fixed in
rvm
in https://github.com/rvm/rvm/pull/4815Ref: https://github.com/oracle/truffleruby/issues/1820#issuecomment-557949636