wohali commented on issue #1406: Add initial Elixir suite URL: https://github.com/apache/couchdb/pull/1406#issuecomment-399609374 After `apt-get install elixir`, I end up with: ``` $ ./run Could not find Hex, which is needed to build dependency :httpotion Shall I install Hex? (if running non-interactively, use: "mix local.hex --force") [Yn] ``` I added this command to the top of ./run and got: ``` ** (Mix) You're trying to run :foo on Elixir v1.3.3 but it has declared in its mix.exs file it supports only Elixir ~> 1.5 ``` meaning that the Debian version of elixir isn't compatible with the newer packaged versions of Erlang from erlang-solutions. I'll have to come back to this, I'm out of time for Couch until Monday.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
