Benoit Daloze

Results 1293 comments of Benoit Daloze

Extracting "Use 1 release per engine-version" to https://github.com/ruby/setup-ruby/issues/810

Thanks for the review. It's not urgent, I'll add them in this PR.

I noticed not all tests are run in CI: https://github.com/postmodern/ruby-install/actions/runs/19890819627/job/57008938647?pr=517 doesn't run any dependencies_tests.sh for example. The issue seems this glob: https://github.com/postmodern/ruby-install/blob/204f5dd37db50c2fc4e8f6e949e4852b287befab/test/runner#L12

All good and passing now. It was quite a bit of work to update all those tests, not sure I'm convinced of their value vs cost to maintain ratio, but...

The [ArchLinux](https://github.com/postmodern/ruby-install/actions/runs/20096885214/job/57657437621?pr=517) and [OpenSUSE](https://github.com/postmodern/ruby-install/actions/runs/20096885214/job/57657437625?pr=517) failures are unrelated to this PR and preexisting. The same tests also fail on [FreeBSD](https://github.com/postmodern/ruby-install/actions/runs/20096885214/job/57657437655?pr=517) and additonally there truffleruby tests fail since BSD is not a...

Isn't this error a reminder that you need to update the self-hosted runner? Isn't there a way to keep self-hosted runners automatically updated? If not, how often do you update...

I can consider updating from node20 to node24 later (there is no* urgency to update to 24 from my POV), given node20 still [has some time](https://nodejs.org/en/about/previous-releases#release-schedule) before EOL. But will...

FWIW GitHub deprecated Node 20 now: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/ I would be interested in more replies to: > Isn't there a way to keep self-hosted runners automatically updated? > If not, how...

https://github.com/ruby/setup-ruby/releases/tag/v1.260.0 is released and that goes back to node20 for now.

I suppose a good strategy to use here is to wait that GitHub starts warning on workflow runs that node 20 is going away, and at that point to bump...