-
Notifications
You must be signed in to change notification settings - Fork 15.5k
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
Add ruby 2.6 gem build for linux #5537
Conversation
Failed tests seem to be caused by the new mac image from kokoro. |
This change modifies the script to build ruby gems, which should not be related to all these failing tests. |
Can anyone release a new version to the RubyGems? Thanks in advance. |
Pushing a new gem would be especially useful because one can't easily add this as a git dependency using bundler, unlike most other gems. |
@oggy this works for me: # Gemfile
gem "google-protobuf", git: "https://github.com/protocolbuffers/protobuf" Isn't it works for you? |
@Envek this doesn't work, |
@Envek No. It bundles ok, but because there are ruby files that need to be generated before the gem is built, you can't, e.g., |
@oggy, @aadityataparia, @romansklenar, then try to set See #4460 (comment) for reference. |
@Envek I tried it but unfortunately, it didn't help. |
No description provided.