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

Akd.Init.Distillery & hex / rebar #59

Open
ericsullivan opened this issue May 20, 2019 · 1 comment
Open

Akd.Init.Distillery & hex / rebar #59

ericsullivan opened this issue May 20, 2019 · 1 comment
Assignees

Comments

@ericsullivan
Copy link
Contributor

Occasionally the build server doesn't have hex / rebar installed and it gives errors

Could not find Hex, which is needed to build dependency :credo
Shall I install Hex? (if running non-interactively, use "mix local.hex --force") [Yn]

and

Could not find "rebar3", which is needed to build dependency :telemetry
I can install a local copy which is just used by Mix
Shall I install rebar3? (if running non-interactively, use "mix local.rebar --force") [Yn]

It's non-interactive though, so you need to quit.

Questions:

  1. Can we adjust the hook so it won't wait for a signal that'll never occur?
  2. Should we add the installation as part of the hook?
@thebugcatcher
Copy link
Contributor

Yeah, let's check for them to be present in the init hook. And add a new hook to install them.

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

2 participants