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 2018/07/09 15:37:52 UTC

[GitHub] wohali commented on issue #1427: Drop Erlang R16 support

wohali commented on issue #1427: Drop Erlang R16 support
URL: https://github.com/apache/couchdb/pull/1427#issuecomment-403522451
 
 
   1) remove [this line](https://github.com/apache/couchdb/blob/master/.travis.yml#L10) from `.travis.yml`
   2) this breaks Jenkins, because [Step 1](https://github.com/apache/couchdb/blob/master/Jenkinsfile#L40-L69) (which builds the `dist` tarball) runs in `couchdbdev/ubuntu-trusty-erlang-default` which is `16B03`.
   
   I need to build a new Docker container that has R17 in it instead, a `couchdbdev/ubuntu-trusty-erlang-17.XX.XX` using packages from erlang-solutions. This will be minor changes to [apache/couchdb-ci](https://github.com/apache/couchdb-ci/tree/master/bin) and a `docker push` after the fact.
   
   Please hold on merging this until that's done and I can run a jenkins test. I hope to get to it later today.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services