You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ruby-build 20210726
* Ensure it is safe to remove the prefix path for TruffleRuby or error
* Only do clean_prefix_path for TruffleRuby and rename for clarity,
since the logic is now TruffleRuby-specific.
ruby-build 20210526
* Fix hashes for TruffleRuby 21.1.0
* Unfortunately the original builds were based on incorrect JDK versions,
these new hashes represent the correct builds based on JDK11.
ruby-build 20210510
* Join *_OPTS variables after *_OPTS_ARRAY variables
This for instance allows `RUBY_CONFIGURE_OPTS` to override
what's set by the definition.
For instance `enable_shared` can be disabled with `RUBY_CONFIGURE_OPTS='--disable-shared'`
* Do not append `--enable-shared` if RUBY_CONFIGURE_OPTS include `--disable-shared`
ruby-build 20210423
* Fix hashes for TruffleRuby GraalVM 21.1.0
* Unfortunately the files were changed and reuploaded as there was an
issue with the gu (GraalVM Component Updater) catalog URL.