Ignore missing exts on JRuby#9082
Conversation
This problem does not seem to be going away, so ignore all missing extensions on JRuby for now. See ruby/rubygems#3520
|
@deivid-rodriguez @eregon I'm going ahead with a PR to patch this method in JRuby. I'd prefer not to have to wipe out the extension detection, but it's too specific and usually erroneous in JRuby, which has very few extension ABI issues. |
|
Unfortunately I'm no longer involved in the development of RubyGems, so I can't help here. Please check out with the new maintainers team and I appreciate if you don't ping me directly with respect to RubyGems related issues (no big deal, but I'm no longer the right person to ping here). Good luck! |
|
This sounds like the wrong fix to me, see ruby/rubygems#3520 (comment) |
|
An example problem with this hack is if there is a gem which does something with |
|
Closing in favor of #9107. |
This problem does not seem to be going away, so ignore all missing extensions on JRuby for now.
See ruby/rubygems#3520