-
-
Notifications
You must be signed in to change notification settings - Fork 939
Open
Labels
Milestone
Description
jruby 9.2.0.0
linux
I had an issue filed with bundler (rubygems/bundler#6678 (comment)) regarding bundler not building bson's java extension under jruby when installing from git. The bundler team said this:
This is because bson explicitly does not set extensions for JRuby.
I so far have not able to find any documentation on what I need to specify for the java extension to be built. https://github.com/jruby/jruby-examples/tree/master/extensions/basic has no gemspec and doesn't specify anything in gemfile either.
How do I make bundler build the java extension of bson when installing from git?