-
Notifications
You must be signed in to change notification settings - Fork 52
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
Erlang 25.3.2 installation on ubuntu-latest errors #199
Comments
Our tests for 25 are reporting latest (calculated) as 25.3.1. That's odd. |
This seems to be picking up 25.3.2 Ok now. Odd. Mind you the current origin for the action is https://builds.hex.pm (in @ericmj might know better, since this change is quite recent. |
I'm tentatively closing this as "fixed". Feel free to re-open if the issue is still present. @ericmj's input would still be valuable here, though. |
I'm still seeing it being an issue - not seeing where 25.3.2 is being picked up in the current tests. And yeah 25.3.2 is a pretty new version of Erlang, so I thought there might be some caching of the builds file involved? (and I don't see a re-open button for the issue...) |
Tests: https://github.com/erlef/setup-beam/actions/runs/4879756332/jobs/8756722600#step:3:13 If you look closely, input is As per what @ericmj explained this was Hex.pm -related and not action -related. Do you still prefer we re-open to discuss something else? |
Nope it's all good, thanks for looking into the issue so quickly! :) |
(I tried to check out the repo and play with the code locally, but I'm on a Mac, so.... it didn't work too well)
25.3.2 is the latest published version of Erlang afaik, and I can see it listed in the builds file for Erlang here - https://repo.hex.pm/builds/otp/ubuntu-22.04/builds.txt
So in my app, I updated my .tool-versions file to use it and pushed, but it errored - somewhere after successfully reading the version from the file and converting it to an OTP version, it turns into undefined - https://github.com/sevenseacat/advent_of_code/actions/runs/4902607975/jobs/8754814411#step:3:15
I also tried cloning the
setup-beam-example
app and changed the version in .tool-versions to see if it would work, but it doesn't (it gives the same error, the version is parsed as undefined) - https://github.com/sevenseacat/setup-beam-example/actions/runs/4902817864/jobs/8754887026#step:3:18The text was updated successfully, but these errors were encountered: