-
Notifications
You must be signed in to change notification settings - Fork 5
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
How to use this in Elixir? #4
Comments
I don't think you need this with elixis, mix should hopefully let rebar do the compilation of the riak_core_ng package otherwise mix would need to implement a hell lot of things to remain compatible. |
This is what I am getting when trying to compile https://github.com/gpad/no_slides.git branch riak_core_3 with mix. It's using riak_core_ng. I tried to change mix.exs to this:
with no luck. |
I made a minimal elixir project that includes a minimal erlang dependency with rebar_erl_vsn as a provider_hook and I get the same result. Must be an issue between rebar3 and mix however I don't see why that is since other things like |
Hi, |
I added a hacky workaround to that issue on gitlab. Also started issue on the Elixir repo for mix here. |
Hi, I would like to use Elixir with mix to use riak_core? How can I get riak_core_ng to compile with mix?
The text was updated successfully, but these errors were encountered: