-
Notifications
You must be signed in to change notification settings - Fork 32
wip: bump rubies in smaller steps #136
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
Conversation
a78b761
to
8309e03
Compare
87cde11
to
f494ebe
Compare
I asked @tomstuart to test the failing arm64-darwin gem on macOS 14 Sonoma (darwin23 rather than the darwin24 of my development machine) but he also gets a passing test suite with Ruby 3.0.7 installed by ruby-install. I’m not sure what could be different between the GitHub Actions runners and our machines but in the worst case, would you consider including the patch for C++ extensions for Ruby 3.0.0: ruby/ruby#4429 |
1e7da2e
to
4400e34
Compare
Because otherwise we started to run into errors during configuration of ruby with the 3.0.x series.
4400e34
to
3c2293b
Compare
149f696
to
efff139
Compare
Currently running CI with
|
84896cb
to
1e2b987
Compare
114acfd
to
6e1c6b7
Compare
It looks like -bundle-loader was backported to 2.7.7, 3.0.5, and 3.1.3 in addition to being present in 3.2 and later.
6e1c6b7
to
fabb70e
Compare
OK, looks like adding |
ok, looks like #135 is going to go green, so closing this. |
This is meant to be a version of #135 with smaller changes to figure out where things start to go wrong. I will throw it away once I've diagnosed the issue, and then will fix #135.