elixir_make icon indicating copy to clipboard operation
elixir_make copied to clipboard

Build failing for Elixir 1.9.4 and OTP 20.3

Open marciol opened this issue 2 years ago • 1 comments

@josevalim and @wojtekmach I noticed that the build has failed for Elixir 1.9.4 and OTP 20.3 and the likely reason is that the ubuntu-latest is pointing to a hex otp build list that doesn't contains the OTP 20.3 build, as seen here.

I was trying to contribute to helping find out the root cause of the build error with a simple PR, but it seems to require fixing the build of all these otp versions. I can do it with the proper guidance because I'm wiling to contribute more to the ecosystem.

marciol avatar Feb 08 '23 04:02 marciol

It is simpler to fix the Ubuntu version to 20.04 instead of latest. A PR is welcome! :)

josevalim avatar Feb 08 '23 07:02 josevalim