elixir_make
elixir_make copied to clipboard
Build failing for Elixir 1.9.4 and OTP 20.3
@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.
It is simpler to fix the Ubuntu version to 20.04 instead of latest. A PR is welcome! :)