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

pull ruby build #905

Merged
merged 4 commits into from
Jun 2, 2024
Merged

pull ruby build #905

merged 4 commits into from
Jun 2, 2024

Conversation

jasonkarns
Copy link
Member

@jasonkarns jasonkarns commented Jun 2, 2024

ruby-build 20210510

  • Join *_OPTS variables after *_OPTS_ARRAY variables

    This for instance allows NODE_CONFIGURE_OPTS to override
    what's set by the definition.

    For instance enable_shared can be disabled with NODE_CONFIGURE_OPTS='--disable-shared'

  • Do not append --enable-shared if NODE_CONFIGURE_OPTS include --disable-shared

ruby-build commits
  • **Join _OPTS variables after _OPTS_ARRAY variables
  • Do not append --enable-shared if RUBY_CONFIGURE_OPTS include --disable-shared
  • ruby-build 20210510

byroot and others added 4 commits May 10, 2021 20:47
This for instance allows `RUBY_CONFIGURE_OPTS` to override
what's set by the definition.

For instance `enable_shared` can be disabled with `RUBY_CONFIGURE_OPTS='--disable-shared'`
[ruby-build 20210510](
https://github.com/rbenv/ruby-build/releases/tag/v20210510)

* Join *_OPTS variables after *_OPTS_ARRAY variables

  This for instance allows `RUBY_CONFIGURE_OPTS` to override
  what's set by the definition.

  For instance `enable_shared` can be disabled with `RUBY_CONFIGURE_OPTS='--disable-shared'`

* Do not append `--enable-shared` if RUBY_CONFIGURE_OPTS include `--disable-shared`

* tag 'refs/rbtags/v20210510':
  ruby-build 20210510
  Do not append `--enable-shared` if RUBY_CONFIGURE_OPTS include `--disable-shared`
  Join *_OPTS variables after *_OPTS_ARRAY variables
@jasonkarns jasonkarns merged commit b9c032d into main Jun 2, 2024
7 checks passed
@jasonkarns jasonkarns deleted the pull-ruby-build branch June 2, 2024 01:56
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.

3 participants