HashNuke / heroku-buildpack-elixir

Heroku Buildpack for Elixir with nitro boost
MIT License
811 stars 310 forks source link

Error building with Heroku-20 stack #190

Closed jhg closed 3 years ago

jhg commented 3 years ago

Will this repo be deprecated and users must migrate to https://github.com/elixir-buildpack in future? https://github.com/HashNuke/heroku-buildpack-elixir/pull/180

Currently I have same error than in https://github.com/HashNuke/heroku-buildpack-elixir/issues/179 but the fork also fails and there is not way to create an issue in the forked repo.

KazW commented 3 years ago

Hey @jhg, sorry about this, I've enabled issues in the elixir-buildpack repo (forks have them disabled by default). I took a break working on this during the holidays, but I have some changes in mind to address this issue and a few others.

KazW commented 3 years ago

This issue can probably be closed now, I've updated the elixir-buildpack fork to address the issues. I wrote a more detailed response in #179.

axelson commented 3 years ago

Unless the error was actually fix in this repo, then shouldn't either #190 or #179 remain open? Additionally I think it should be pinned.

KazW commented 3 years ago

@axelson That's what makes it a bit complicated, the problem isn't really in this repo, it's just visible here. The issue is that the build system compiles OTP using Cedar 14.

The solution to the error is to compile OTP using the appropriate stack version. The only change that would need to be made to this buildpack is using a new URL that was specific for the stack.

jesseshieh commented 3 years ago

@jhg There is a PR now to support heroku-20 here: #191