Skip to content
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

Cherry-pick to get Ruby 3.1 support in protobuf 3.20.0 #9657

Merged
merged 3 commits into from
Mar 21, 2022

Commits on Mar 21, 2022

  1. Allow pre-compiled binaries for ruby 3.1.0 (protocolbuffers#9566)

    * 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
    Maaarcocr authored and haberman committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    e14c3e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a7d2dc View commit details
    Browse the repository at this point in the history
  3. Fixed Ruby 3.1 tests by marking intersect? as unimplemented. (protoco…

    …lbuffers#9645)
    
    * Fixed Ruby 3.1 tests by marking intersect? as unimplemented.
    
    * Updated compatibility tests.
    haberman committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    8490658 View commit details
    Browse the repository at this point in the history