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

Remove dependency to "mini_portile2" from binary gems #1989

Merged
merged 1 commit into from Feb 26, 2020

Conversation

larskanis
Copy link
Member

It is only necessary at build in extconf.rb.

What problem is this PR intended to solve?

As noted in this issue binary gems depend on "mini_portile2" gems, although it isn't necessary.

Have you included adequate test coverage?

There are no automated tests for binary gems, so far.

Does this change affect the C or the Java implementations?

Only the C implementation.

It is only necessary at build in extconf.rb.
@flavorjones
Copy link
Member

Thank you, @larskanis!

@flavorjones flavorjones added this to the v1.11.0 milestone Feb 26, 2020
@flavorjones
Copy link
Member

@larskanis 🤔 This change doesn't seem to have any effect. I don't see the cross_compiling block being executed when compiling native linux gems (though it is executed when cross-compiling windows gems).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants