You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to build ruby with specific RUBY_CONFIGURE_OPTS. This works as expected, however I'd like to make it more persistent, so I don't have to set this variable every time I call asdf install ruby.
I know these could be added to my profile, but there are also options like CC and MAKE which would affect other build systems.
Unless I'm missing an existing solution here, could those options be imported from asdfrc before ruby-build is called?
The text was updated successfully, but these errors were encountered:
I need to build ruby with specific
RUBY_CONFIGURE_OPTS
. This works as expected, however I'd like to make it more persistent, so I don't have to set this variable every time I callasdf install ruby
.I know these could be added to my profile, but there are also options like
CC
andMAKE
which would affect other build systems.Unless I'm missing an existing solution here, could those options be imported from asdfrc before
ruby-build
is called?The text was updated successfully, but these errors were encountered: