-
Notifications
You must be signed in to change notification settings - Fork 80
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 #916
Merged
Merged
pull ruby build #916
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
Add JRuby 9.3.10.0
* No definition uses it anymore.
Add JRuby 9.4.1.0
Added dependabot update for GitHub Actions
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [mislav/bump-homebrew-formula-action](https://github.com/mislav/bump-homebrew-formula-action) from 1 to 2. - [Release notes](https://github.com/mislav/bump-homebrew-formula-action/releases) - [Commits](mislav/bump-homebrew-formula-action@v1...v2) --- updated-dependencies: - dependency-name: mislav/bump-homebrew-formula-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [redhat-plumbers-in-action/differential-shellcheck](https://github.com/redhat-plumbers-in-action/differential-shellcheck) from 3 to 4. - [Release notes](https://github.com/redhat-plumbers-in-action/differential-shellcheck/releases) - [Changelog](https://github.com/redhat-plumbers-in-action/differential-shellcheck/blob/main/docs/CHANGELOG.md) - [Commits](redhat-plumbers-in-action/differential-shellcheck@v3...v4) --- updated-dependencies: - dependency-name: redhat-plumbers-in-action/differential-shellcheck dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…/checkout-3 Bump actions/checkout from 2 to 3
Update old versions of JRuby URLs
Bump up latest stable versions of OpenSSL
…bump-homebrew-formula-action-2 Bump mislav/bump-homebrew-formula-action from 1 to 2
…plumbers-in-action/differential-shellcheck-4 Bump redhat-plumbers-in-action/differential-shellcheck from 3 to 4
Add Ruby 3.2.1
release script: handle multiple releases on the same day
because `brew update` runs automatically on `brew upgrade` by default since long time ago.
Ubuntu 18.04 will be end of life soon and TruffleRuby will stop delivering builds based on 18.04 accordingly.
…d as a base. truffleruby+graalvm-dev currently delivers builds using both the latest Java and the latest Java LTS release as a base. Since the latest Java changes more frequently than the LTS release, using the LTS as a base helps prevent the URLs from growing stale.
Add mruby-3.2.0
Co-authored-by: Mislav Marohnić <git@mislav.net>
Automatically detect and link to Homebrew's libyaml
Add JRuby 9.4.2.0
This is to stop people's security software from complaining about it.
Avoid shellcheck CI job commenting on every PR
Upgrade from OpenSSL 3.0 to OpenSSL 3.1
* commit 'refs/rbtags/v20230330': ruby-build 20230330 Avoid shellcheck CI job commenting on every PR Upgrade from OpenSSL 3.0 to OpenSSL 3.1 Add definitions for Ruby 2.7.8, 3.0.6, 3.1.4, 3.2.2 (#2174) Remove AWS access key ID from version control (#2163) ruby-build 20230309 Add JRuby 9.4.2.0 ruby-build 20230306 appease linter add stub_repeated test helper automatically detect and use Homebrew's libyaml Add mruby-3.2.0 ruby-build 20230222 Update truffleruby+graalvm-dev builds to use the latest Java LTS build as a base. Update truffleruby-dev to use builds based on Ubuntu 20.04. Remove brew update instruction (#2151) release script: handle multiple releases on the same day ruby-build 20230208.1 Add Ruby 3.2.1 http://topazruby.com/ is 404 now ruby-build 20230208 bump openssl version to 1.1.1t bump openssl version to 3.0.8 Update sha2 for JRuby 1.7.2 Removed definitions that are already removed from official site Use the current JRuby download url Bump redhat-plumbers-in-action/differential-shellcheck from 3 to 4 Bump mislav/bump-homebrew-formula-action from 1 to 2 Bump actions/checkout from 2 to 3 Added dependabot update for GitHub Actions Remove patch for openssl-1.1.1q Add JRuby 9.4.1.0 ruby-build 20230202 Add JRuby 9.3.10.0 graalvm-ce-dev-builds are now using JDK 19
Most of the brew and uname checks in ruby-build are for checking/compiling yaml, readline, gmp and openssl. The only real uname/brew calls we have are for resolving the number of cores, which is skipped when MAKE_OPTS are provided explicitly (as they are in most of the stubbed make calls).
jasonkarns
force-pushed
the
pull-ruby-build
branch
from
June 3, 2024 13:11
9dd3290
to
9cafcaf
Compare
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 v20230330
This includes updates to the mock/stub which bats-mock doesn't have yet. It's mostly fine, but we need to add this functionality to bats-mock and pull it out of here.
ruby-build commits