-
Notifications
You must be signed in to change notification settings - Fork 57
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
Make OTP installation optional #81
Make OTP installation optional #81
Conversation
@michallepicki, thanks for this. Let me check the changes and get back to you. |
Only a couple minor changes and we're almost there. |
Not sure what this failure is about? https://github.com/erlef/setup-beam/runs/4762594908?check_suite_focus=true |
Don't worry if the build is only failing for |
It's because the 3rd party licenses we're using were updated remotely but not locally (then the action updates them, checks against what you pushed, and errors out). |
I approve the current set of changes. Thanks much for your contribution 👍. I'd like to wait for @starbelly to review this, too, and maybe handle #76 before releasing a new minor. |
@michallepicki You should be able to rebase and we'll get a full passing build. |
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.
This looks good to me, and I mean that :)
Approving with the caveat that the build is still failing.
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.
Almost forgot, we need documentation for this. It should read clearly this option is currently only applicable to gleam.
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.
@starbelly Readme and action.yml updated!
I left 2 comments and 2 code change suggestions. I'd wondered about the document changes, but had thought making the option visible would only bring more confusion. As is (current pull request), it might not. |
Co-authored-by: Paulo F. Oliveira <paulo.ferraz.oliveira@gmail.com>
(and other small tweaks)
Rebased from main to resolve conflict |
Co-authored-by: Paulo F. Oliveira <paulo.ferraz.oliveira@gmail.com>
@michallepicki, so it's easier for me to follow up on what was request/done, resolve conversations only after you push the code changes (or even don't resolve them and let the one who opened them do). 👍 |
I'm re-running all actions, after which I think we're good to merge. |
I believe the incomplete action runs are due to us still using |
Hm... it seems I can't merge since @starbelly has requested changes and these need to be approved (I even tried to remove him as reviewer to speed this up, but no good). We'll have to wait. |
closes #79