-
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 #919
Merged
Merged
pull ruby build #919
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
Bump up OpenSSL 3.1.3
Bumps [mislav/bump-homebrew-formula-action](https://github.com/mislav/bump-homebrew-formula-action) from 2 to 3. - [Release notes](https://github.com/mislav/bump-homebrew-formula-action/releases) - [Commits](mislav/bump-homebrew-formula-action@v2...v3) --- 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>
…bump-homebrew-formula-action-3 Bump mislav/bump-homebrew-formula-action from 2 to 3
Bumps [redhat-plumbers-in-action/differential-shellcheck](https://github.com/redhat-plumbers-in-action/differential-shellcheck) from 4 to 5. - [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@v4...v5) --- 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>
…plumbers-in-action/differential-shellcheck-5 Bump redhat-plumbers-in-action/differential-shellcheck from 4 to 5
This was set to gmake in rbenv/ruby-build#1381 as a workaround for https://bugs.ruby-lang.org/issues/16331 YJIT builds in Ruby 3.3 previews require the use of BSD make on these platforms, and no supported version of MRI requires the use of gmake, so revert this. JRuby continues to require gmake for jruby-launcher. Fixes #2262 Co-authored-by: Mislav Marohnić <git@mislav.net>
Pass ruby configuration flags on the command line
…acos-arm64 * macos-arm64 runners recently became available for ruby/truffleruby-dev-builder. * Those builds are more frequently updated than on graalvm-ce-dev-builds.
jasonkarns
force-pushed
the
pull-ruby-build
branch
from
June 3, 2024 23:53
fa700df
to
006c771
Compare
* commit 'refs/rbtags/v20231012': ruby-build 20231012 Use builds from ruby/truffleruby-dev-builder for truffleruby-dev on macos-arm64 Enable shellcheck parsing of ruby-build source (#2268) Add tests for extra configure flags on the command-line Enable test assertions to spot erraneous word-splitting in bash 💅 RUBY_CONFIGURE_OPTS_ARRAY Accept ruby configuration flags as extra position arguments on the command line Rework argument parsing to error out on invalid flags Expand `parse_options` to preserve positional arguments after "--" Set default MAKE=make on FreeBSD (#2263) Bump redhat-plumbers-in-action/differential-shellcheck from 4 to 5 Bump mislav/bump-homebrew-formula-action from 2 to 3 Bump up openssl-3.1.3
jasonkarns
force-pushed
the
pull-ruby-build
branch
from
June 4, 2024 01:08
006c771
to
ec54b05
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 20231012
ruby-build commits
parse_options
to preserve positional arguments after "--"