You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2019/07/09 21:03:25 UTC

[GitHub] [couchdb] nickva commented on issue #2069: Erlang/OTP 22 Support

nickva commented on issue #2069: Erlang/OTP 22 Support
URL: https://github.com/apache/couchdb/issues/2069#issuecomment-509807628
 
 
   Thanks for reporting the issue, @maciozo 
   
   I tried installing erlang 22 and elixir build on erlang 22 locally with asdf
   
   ```
   $ asdf current
   elixir         v1.8.2-otp-22 (set by ASDF_ELIXIR_VERSION environment variable)
   erlang         22.0.5   (set by ASDF_ERLANG_VERSION environment variable)
   ```
   
   Then did `git clean -xffd` to clean all current build artifacts, added 22 to rebar.conf.script in main repo and for snappy dependency and got `make eunit` and `make elixir` tests to pass.
   
   Created a PR to update snappy:
    https://github.com/apache/couchdb-snappy/commit/0f73f2b1b3508c31dd1129e2d7233ff9a469c775
   
   And then one update the main repo with that new snappy version and bumped rebar.config.script values:
    https://github.com/apache/couchdb/pull/2070
   
   Though that also required bumping elixir from 1.6.6. to 1.7.4
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services