Skip to content
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

Heroku Guide needs a blurb about setting the elixir version #3238

Closed
zachmccormick opened this issue Jan 9, 2019 · 1 comment
Closed

Heroku Guide needs a blurb about setting the elixir version #3238

zachmccormick opened this issue Jan 9, 2019 · 1 comment
Assignees

Comments

@zachmccormick
Copy link

Environment

  • Elixir version (elixir -v):
  • Phoenix version (mix deps):
  • NodeJS version (node -v):
  • NPM version (npm -v):
  • Operating system:

Expected behavior

Following the guide will work

Actual behavior

Need to add an elixir_buildpack.config file with the line elixir_version=1.7.4 or similar in it. Following the directions as they stand today will result in an error such as

supervisors expect the child to be a module, a {module, arg} tuple or a map with the child specification

on deploy

@edwinthinks
Copy link
Contributor

I can confirm that this is occurring. I suggested to bump the default version of elixir to at least contain the bug fix related to what you encountered. I have a PR open here: HashNuke/heroku-buildpack-elixir#140 which I think would eliminate the requirement (maybe?) to include a blurb on it?

I think either or both would make sense :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants