-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add 3.3.0-preview2-pshopify1 #25
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want to add a definition for 3.3.0-preview2-pshopify1
rather than just building with a SHA in the services we're experimenting on?
In case it wasn't clear, this version is not for experimental clusters but supposed to be deployed to services like SFR (all clusters) and Core, and therefore it will be installed in development environments too. While I do intend to use it as a way to test the version works well before it's actually released, I want these versions to be relatively stable (definitely don't deploy MaNy once merged, until it gets stabilized) and mainly ship bugfixes and performance improvements, instead of things "we're experimenting on". It's as non-experimental as 3.2.2-pshopify. I think we want to eventually get to the point where you can install precompiled binaries for these Ruby versions at least for our internal gems as Jean said. When we do so, it'd be nice to use a versioning scheme like I don't care whether we use a preview version or not. We could pick a random sha and call it Since |
I see. We need to change this sorting algorithm to rank
|
It would be good to backport the crash reporter patch as well, so that if we run into bugs in production we get decent reports. |
39524bb
to
f314ddf
Compare
f314ddf
to
d58057a
Compare
Thanks for catching it. I fixed it to use different keys for
Backported ruby/ruby#8506 in 16bb3b2. |
We're preparing for globally deploying 3.3.0-preview2 on SFR. 3.3.0-preview2 is fine as is, but I backported things that are nice to have and slipped from preview2.
make
again:.NOTPARALLEL
with prerequisites needs recent GNU Make ruby/ruby#8489