-
Notifications
You must be signed in to change notification settings - Fork 28
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
Build Ruby 3.0.0.preview1 #4
Conversation
1bbc7f6
to
eb02f3a
Compare
I'm a bit hesitant to add previews and RCs to ruby/setup-ruby because:
Is there a reason you want to use preview1 in CI instead of |
my reasoning for preferring this to head was that i can have confidence that each build of ci should pass unless something i did myself in my branch broke something. without a fixed version to test against i can’t be as sure a failure is my fault but all of your points are fair so i can do with head if necessary |
I see. The reason I think testing against Given that, and that there is no plan to have Windows builds of previews (which would create inconsistency), I'd like for now to close this PR. I might reconsider, but for now it seems too high effort for too little gains. |
I'm persuaded thank you for your time :) |
As a gem maintainer, I have to disagree and request this be reopened. For RSpec preview builds are much more useful than head because they represent a stable build that should work, head often contains things that are in progress and flux. We are safely able to get consistency with a preview build that we cannot with head, meaning we often have to allow failures for head for the stability of our builds, but we don't have that problem with previews. |
Let's continue the discussion on ruby/setup-ruby#100 since that's what happened. |
I'd like to use Ruby 3.0.0.preview1 with ruby/setup-ruby
It looks like this is all that needs doing in this repo?