Skip to content

Has anybody testing khepri with elixir? #25

Answered by lukebakken
batok asked this question in Q&A
Discussion options

You must be logged in to vote

The issue is that khepri is published to hex source-only, but does not include a mix.exs file for compiling it. So, when it's a dependency of an elixir project, mix doesn't know how to build it. You can see what kind of project mix detects it as here:

C:\Users\bakkenl\development\lukebakken\khepri_test [main +0 ~2 -0 !]> mix deps
* aten 0.5.7 (Hex package) (rebar3)
  locked at 0.5.7 (aten) 8b623c8b
  ok
* gen_batch_server 0.8.6 (Hex package) (rebar3)
  locked at 0.8.6 (gen_batch_server) b7867934
  ok
* khepri (Hex package) (mix)
  locked at 0.1.1 (khepri) a1d2b605
  the dependency build is outdated, please run "mix deps.compile"
* proper 1.4.0 (Hex package) (rebar3)
  locked at 1.4.0 (pro…

Replies: 5 comments 5 replies

Comment options

You must be logged in to vote
3 replies
@batok
Comment options

@batok
Comment options

@batok
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@batok
Comment options

Answer selected by lukebakken
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@batok
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #24 on December 21, 2021 17:38.