Cherry-pick to get Ruby 3.1 support in protobuf 3.20.0#9657
Merged
haberman merged 3 commits intoprotocolbuffers:3.20.xfrom Mar 21, 2022
Merged
Cherry-pick to get Ruby 3.1 support in protobuf 3.20.0#9657haberman merged 3 commits intoprotocolbuffers:3.20.xfrom
haberman merged 3 commits intoprotocolbuffers:3.20.xfrom
Conversation
* Allow pre-compiled binaries for ruby 3.1.1 * add comment * fix build and use ruby 3.1.0 * add ruby31 to build CI for tests and release * trying to fix ci * install ruby 3.1.0 in ruby_build_environment.sh * use head for rvm to install 3.1.0 * just install master version of rvm in prepare_build_macos_rc * force install of master rvm in ruby_build_environment.sh * Use coroutine=universal when compiling ruby31 * use ucontext * fix filename * fix coroutine name * use git head for rake-compiler-dock * use newest rake-compiler-dock version
acozzette
approved these changes
Mar 21, 2022
…lbuffers#9645) * Fixed Ruby 3.1 tests by marking intersect? as unimplemented. * Updated compatibility tests.
|
I believe the release script should be OK, but we will need to create new Kokoro configs for the 3.20.x branch (can copy over the ones for master and just edit the branch name). |
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.
@acozzette do we need to update our release script to invoke the new scripts?