Skip to content
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

Skip passing --with-readline-dir for Ruby 3.3+ #2333

Merged
merged 1 commit into from
Jan 13, 2024
Merged

Conversation

mislav
Copy link
Member

@mislav mislav commented Jan 7, 2024

Apparently, --with-readline-dir is no longer needed starting from Ruby 3.3.0. It doesn't seem harmful to pass it, but since it might cause confusion to see the implicit value being passed as part of ruby-build output, it might be a good idea to only conditionally pass it for older rubies.

Fixes #2330

@mislav mislav requested a review from hsbt January 7, 2024 13:22
Copy link
Member

@hsbt hsbt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@mislav mislav merged commit 33168b3 into master Jan 13, 2024
6 checks passed
@mislav mislav deleted the conditional-readline branch January 13, 2024 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can we skip installing readline when Ruby version is greater than 3.3.0?
2 participants