nickva opened a new pull request, #5250: URL: https://github.com/apache/couchdb/pull/5250
`@mix clean --deps` apparently requires hex to be installed. If it's not there, it stops and prompts the user to install it. If configure hasn't run yet, as in the case when building our deb package from the dist tarball, package build fails. This was mitigated in couchdb-pkg by adding hex to `/home/jenkins/.mix` for CI images, but let's also handle it better in the Makefile. Makefile.win already has `|| true` added to it so no need to updated it. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
