setup-ruby
setup-ruby copied to clipboard
Prebuilt Ruby ADR
👉 Rendered 👈
Just starting. Need to flush out more and dive a bit more into design specifics
@thejoebourneidentity @alepauly
Comments from https://github.com/actions/setup-ruby/issues/55
Note ruby-build is a build solution, not a trusted distribution.
My point was that, given a known build system, a repo with a collection of individuals along with possibly some GH staff, might be considered a 'trusted source' for binaries...
I'm discussing with that team how we could consume the same store of binaries. The vm gen and this action should pull from the same trusted store.
Agreed. I may have missed it, but I don't think you've stated that before. It would certainly be the best solution (cache the latest teeny releases, but 'download-on-demand' for others).
Updated with a build and cache option
👋 Following up here: @eregon, we've set up all the necessary bits to use third-party actions in our starter workflow templates. Would you want to open a PR in https://github.com/actions/starter-workflows with a template that uses your action?
@ethomson That sounds great! PR created: https://github.com/actions/starter-workflows/pull/448