-
Notifications
You must be signed in to change notification settings - Fork 33
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
Minor github actions updates #382
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.
Thanks 👍
getting feedback that there was a preference to stay on 20.04 explicitly.
I can't find the relevant PR/feedback now, so I could be remembering wrong.
I don't specifically remember giving this feedback but in general I like
for CI configuration to specify explicit versions of things. That reduces
the chance that a PR CI run fails for reasons unrelated to that PR, which
can be very frustrating for new contributors.
That said I don't feel super strongly about it and am happy to prioritize
consistency within the rustls org.
|
👍 Seems reasonable to use ubuntu-latest then. @ctz Do you want to rebase this on |
This complains: > warning: initializer for `thread_local` value can be made `const` But doing the suggested fix breaks the build on our MSRV, with: > warning: a `const` item should never be interior mutable So we can't really win.
7547856
to
844ea57
Compare
Done |
Thanks! 👍🏽 |
I've been stealing some of this config -- these are changes I made "downstream".