Skip to content

Native extension prevents install on JRuby #87

@headius

Description

@headius

A native extension was added last year that prevents the gem from being installable on JRuby. We need to either replace that with FFI/fiddle code, pure-Ruby, or a JRuby version.

This relates to jruby/jruby#8649. We do not install the resolv gem at build time for JRuby, but some dependency requires it and can't install because of this extension.

Short term, removing the extension and pushing a -java platform gem would fix all issues installing on JRuby, but we need a long-term solution.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions