Ruby: Support x64-mingw-ucrt platform#9963
Merged
haberman merged 1 commit intoprotocolbuffers:mainfrom May 13, 2022
Merged
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). For more information, open the CLA check for this pull request. |
c2fc7bd to
efe526a
Compare
…h Windows Ruby Installer uses as of Ruby 3.1
efe526a to
9254853
Compare
Contributor
Author
|
I've confirmed that this successfully built the Ruby gem packages in It installs on Windows Ruby 3.1 |
Contributor
|
@haberman are you still the right contact for this package? |
This was referenced May 13, 2022
haberman
approved these changes
May 13, 2022
Member
|
We should cherry-pick this to the release branch so that it goes out in the the 3.21.0 release. |
Contributor
Author
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.

This PR adds support for Ruby
x64-mingw-ucrtplatform, which is the new platform Windows Ruby Installer uses as of Ruby 3.1.As of 3.21.0.rc.1 protobuf is not including a
x64-mingw-ucrtgem package. Refer to nokogiri for the expectedx64-mingw-ucrtpackage we should see.Refer to this GRPC ticket for details: grpc/grpc#29666