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

Use --enable-shared for dev builds too, not only for releases #2450

Merged
merged 1 commit into from
Oct 8, 2024

Conversation

eregon
Copy link
Member

@eregon eregon commented Oct 4, 2024

  • Only from Ruby 2.4+ since older releases don't use --enable-shared by default.
  • As with releases it can be disabled by setting RUBY_CONFIGURE_OPTS=--disable-shared.

But since --enable-shared is currently broken on master we should wait https://bugs.ruby-lang.org/issues/20783 to be fixed before merging this.

@eregon eregon requested a review from mislav October 4, 2024 09:32
* Only from Ruby 2.4+ since older releases don't use --enable-shared by default.
* As with releases it can be disabled by setting RUBY_CONFIGURE_OPTS=--disable-shared.
@eregon eregon merged commit 572dd65 into rbenv:master Oct 8, 2024
4 checks passed
@eregon eregon deleted the dev-enable-shared branch October 8, 2024 23:50
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.

1 participant