-
Notifications
You must be signed in to change notification settings - Fork 30
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
prepare for Ruby 3.2 support #76
Comments
Not sure about Rust gems. Otherwise, I don't think I've needed to make any major changes to ruby-loco in quite a while.
Not sure, up to you. The only popular public Windows release will be RubyInstaller2's ucrt build. @larskanis ? But, there are people using mswin builds, I quickly threw up https://github.com/MSP-Greg/ruby-mswin/releases, and will probably try to keep mswin builds available. As to mingw, not sure, I suspect most people have switched to ucrt, but ruby/ruby runs CI against all three (ucrt, mswin, and mingw) in master... A few years ago, it was very difficult to build ext gems with mswin. Now, Microsoft/vcpkg has a lot of packages available. RubyInstaller2 builds have I haven't worked that much with rake-compiler-dock, but I do have all the build tools installed locally, both Windows & WSL2/Ubuntu... |
There is one bigger change in RubyInstaller-3.2, which is OpenSSL-3.0. It's changes pass through to the Ruby API, which makes it partly incompatible and requires such patches. However this change to RubyInstaller doesn't change anything to RCD, since we don't provide any libraries for bundling into binary gems.
RCD already supports mingw only for ruby up to 3.0 and ucrt for 3.1. Ruby master is no longer tested on mingw - only ucrt and mswin. I personally have no interest on supporting mswin in RubyInstaller or RCD. So also no changes from my POV. The issues I'd like to have fixed are:
All the above are unrelated to the particular ruby-3.2 release, but I often used to do such changes when adding a new ruby release. |
Thanks for pointing that out, I wasn't aware of that. Happened about 3 weeks ago... Re OpenSSL 3, I recently noticed that you were building head with it. As we get closer, setup-ruby will need to grab the package. I suppose that could be done now for the Ruby head build. Haven't seen any indication of when MSYS2 will be changing to OpenSSL 3, have you? MSFT's vcpkg already has... |
Another big request I have is to add |
See #82 which is a naive first pass at 3.2 support. |
This issue is a placeholder for a conversation about Ruby 3.2 support.
This year, I'd like to be able to cut a release of
rake-compiler-dock
shortly after Ruby 3.2 final is released.To that end, I'd also like us to consider shipping a "release candidate" of
rake-compiler-dock
for downstream users to test with and give feedback on.@MSP-Greg, do you expect any Windows-specific challenges for this release? I'm looking at https://github.com/MSP-Greg/ruby-loco/releases and it looks like we may need to support ucrt, mswin, and mingw? Are there documents you can point me at so I can build more context?
The text was updated successfully, but these errors were encountered: