Results 589 comments of MSP-Greg

Ping @ioquatix @eregon @tenderlove Sorry for the ping...

A Ruby build zip is +/- 10 MB. One thought is to have the Ruby community build Rubies and host them as packages in some repo, then provide an action...

@bryanmacfarlane Thanks for the response. I've assumed that binaries/builds would be stored in a repo's releases. I've maintained a Ruby master MinGW for a few years for CI use. I've...

@eregon JFYI, re ruby master, ruby-loco is set up that only the most recent passing build is used when downloading. All test suites are run from the install folder, and...

@eregon ruby-loco is currently built on AppVeyor, but I expect to move it to Actions. I started with the ruby/ruby MinGW build and it's passing. Note that it's running spec...

@bryanmacfarlane Assuming you're not often coding in Ruby, maybe you can direct me in the correct direction. Ubuntu and macOS have compile tools as part of the OS. Ruby on...

Ok, the below is a response to something you've remove from the above post, but it may be helpful for some... > Regarding msys2, you will also have to consider...

Thank you. I've worked with MSYS2 for a while, and there is no way to install it from scratch without taking quite a while, at least in terms of CI...

I ran a quick 'info' workflow (see the Ruby Info step) from https://github.com/eregon/use-ruby-action, and speed is quick enough to not generate complaints. See: https://github.com/MSP-Greg/use-ruby-action-info/runs/374992625

Given that someone may be AFK... eregon/use-ruby-action@master has moved to [ruby/setup-ruby](https://github.com/ruby/setup-ruby). For info specific to .ruby_version, see [supported-version-syntax](https://github.com/ruby/setup-ruby/blob/master/README.md#supported-version-syntax). ruby/setup-ruby supports almost all Ruby versions since 2.2, fully tested head/master builds,...