-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pull ruby build #906
Merged
Merged
pull ruby build #906
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Unfortunately the original builds were based on incorrect JDK versions, these new hashes represent the correct builds based on JDK11.
Added JRuby 9.2.18.0
* Uses the latest nightly, which is automatically built.
…ommands_from_path * This is common on Linux where e.g. /bin = /usr/bin and both are in PATH.
* So the shasums are checked in PRs.
* Testing is done on GitHub Actions which is much faster.
Refresh download mirror in GitHub Actions on push
* Only do clean_prefix_path for TruffleRuby and rename for clarity, since the logic is now TruffleRuby-specific.
* Fixes #1786
ruby-build 20210801 * TruffleRuby 21.2+ adds support for linux-aarch64 * Fixes #1786 * tag 'refs/rbtags/v20210801': ruby-build 20210801 TruffleRuby 21.2+ adds support for linux-aarch64 Disable progress output when uploading to S3 Fix mirror job in Actions Use latest bump-homebrew-formula-action ruby-build 20210726 Ensure it is safe to remove the prefix path for TruffleRuby or error Rename the mirror workflow name for clarity ruby-build 20210720 Add TruffleRuby 21.2.0 Enable manual dispatch of `script/mirror update` in Actions Tweak `script/mirror` Update ruby-build download mirror in GitHub Actions 🔥 Travis CI Only do script/mirror update on TravisCI Run script/mirror verify on GitHub Actions too Test Linux in GitHub Actions too Handle multiple directories in PATH having an executable for remove_commands_from_path ruby-build 20210707 Add Ruby 2.6.8, 2.7.4, 3.0.2 Add JRuby 9.2.19.0 ruby-build 20210611 Add jruby-dev Added JRuby 9.2.18.0 ruby-build 20210526 Fix hashes for TruffleRuby 21.1.0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
merges ruby-build v20210801
ruby-build commits
script/mirror
script/mirror update
in Actions