heroku-buildpack-elixir icon indicating copy to clipboard operation
heroku-buildpack-elixir copied to clipboard

feat: detect RCs

Open gigatim opened this issue 1 year ago • 3 comments

This modification allows for use of release candidates of elixir.

gigatim avatar Dec 20 '23 17:12 gigatim

I'd love to see this merged! Am currently trying, and failing, to deploy an app with (recently released) Elixir v1.17.0.rc-0.

TheArrowsmith avatar May 27 '24 14:05 TheArrowsmith

I'd love to see this merged!

Try the buildpack from gigalixir: https://github.com/gigalixir/gigalixir-buildpack-elixir

Check the gigalixir documentation on how to specify your buildpack.

gigatim avatar May 27 '24 14:05 gigatim

Oh hello Tim, I didn't notice that this PR was from Gigalixir! 😁

For anyone else reading this: I managed to upgrade my Gigalixir app to 1.17.0-rc.0 by adding a .buildpacks file that looks like this:

https://github.com/gigalixir/gigalixir-buildpack-elixir
https://github.com/gigalixir/gigalixir-buildpack-phoenix-static
https://github.com/gigalixir/gigalixir-buildpack-releases.git

as well as changing the version to 1.17.0-rc.0 in the usual places.

TheArrowsmith avatar May 28 '24 08:05 TheArrowsmith