Add ruby 2.7 to mac binary packages#22195
Merged
apolcyn merged 1 commit intogrpc:masterfrom Mar 2, 2020
Merged
Conversation
Contributor
Author
|
Build failed with: ... ruby 2.7 no longer has a Makefile.in (https://github.com/ruby/ruby/tree/ruby_2_7) fixed by upgrading the version of the cross-compile.rake file from rake-compiler |
Contributor
Author
|
error now: potentially relevant: https://bugs.ruby-lang.org/issues/16463 fixed by cross-compiling ruby only under ruby 2.7 |
Contributor
Author
|
error now: fixed by cross-compiling ruby 2.3-2.6 under ruby 2.5, and ruby 2.7 under 2.7 |
95750ac to
09bc1ee
Compare
Contributor
Author
|
basic tests node macos: #20624 |
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add ruby 2.7 to mac binary packages
Towards #21514
Successful macos artifacts build with grpc-ruby libraries that target ruby 2.7:
https://console.cloud.google.com/storage/browser/grpc-testing-kokoro-prod/test_result_public/prod/grpc/core/pull_request/macos/grpc_build_artifacts/15633/20200302-010750
Some logic here in order to:
rake cross-ruby ...for ruby versions 2.3 through 2.6 under ruby 2.5rake cross-ruby ...for ruby version under ruby 2.7. Cross-compiling ruby 2.7 under anything else seems to hit: