-
Notifications
You must be signed in to change notification settings - Fork 121
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
Test on JRuby #432
Comments
Related #419 |
|
|
Works except for everything related to
|
Almost passed with:
and protobuf disabled and Rails 5.1.6:
so we could probably make it work. errors:
|
|
One can install (and successfully require) google-protobuf on Ruby 2.6 when specifying build platform: protocolbuffers/protobuf#5161 (comment) That however does not play well with Bundler. I did not manage to override platform for single gem in bundle (being on OSX) nor to make bundler use pre-built gem for different platform. Apparently correctly pre-built gems will land in Feb: protocolbuffers/protobuf#5161 (comment) Similar kertuffle for JRuby: protocolbuffers/protobuf#1594 I'd rather skip it altogether now and re-evaluate in the future. [#431] [#432] [#461]
At the moment JRuby is compatible with Ruby 2.6, which we have dropped from supported matrix. I'd like to focus more on truffleruby which seems to have brighter future. |
Add JRuby into
.travis.yml
matrix.See:
The text was updated successfully, but these errors were encountered: