-
Notifications
You must be signed in to change notification settings - Fork 517
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
Fix CI OTP versions #2826
Fix CI OTP versions #2826
Conversation
It also helps to see clearer, in CI, what steps are being skipped We "fix" the env.var to have it directly related to the matrix one
Because this is controlled by the Erlang/OTP Docker maintainers 25.0 is from Sep 13 2022 25 is from Aug 18 2023
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.
who knows what's broken about brew installs at this time.
Wanted to work on it or just the base versions is all you were aiming for right now? I'm good with the non-macos stuff being fixed for now.
We can leave this open here for a while longer. I code on macOS, too, so it's possible I can figure something out (?) Thanks. |
I don't actually know how |
Otherwise instead of just pushing you have to create a pull request in the fork too
This: - cleans deeper - updates and upgrades before doctor - installs the env.-exposed specific latest OTP version
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.
Should be fine for the PR and branch stuff given we don't use any special creds for this and I imagine it being fine to run anywhere for this specific workflow.
Found while working on #2825.
I was going to do this on that one's scope, but maybe separating it is more proper, especially for review purposes.
In my
rebar3
fork this is failing for OTP 25...