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

Non dev environment/just fetch "real dependencies" #20

Open
PragTob opened this issue May 21, 2017 · 0 comments
Open

Non dev environment/just fetch "real dependencies" #20

PragTob opened this issue May 21, 2017 · 0 comments

Comments

@PragTob
Copy link

PragTob commented May 21, 2017

👋

Thanks for doing this!

I used it in an example project to add my benchee library. It has only one dependency, however when I install it with this it also installs and fetches all my precious dev dependencies:

tobi@speedy ~/github/benchee_erlang $ rebar3 compile
===> Verifying dependencies...
===> Upgrading benchee ({elixir,"benchee","0.8.0"})
Dependency benchee already exists

Running dependency resolution...
All dependencies up to date
===> App bunt is no longer needed and can be deleted.
===> App credo is no longer needed and can be deleted.
===> App deep_merge is no longer needed and can be deleted.
===> App dialyxir is no longer needed and can be deleted.
===> App earmark is no longer needed and can be deleted.
===> App ex_doc is no longer needed and can be deleted.
===> App fs is no longer needed and can be deleted.
===> App mix_test_watch is no longer needed and can be deleted.
===> Compiling benchee_erlang
===> Adding Elixir Libs

I thought setting the elixir_opts env to something else might solve it but then the compilation fails altogether.

I'd be happy about any help - thanks! 🎉

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

1 participant