crazy-max / docker-rtorrent-rutorrent

rTorrent and ruTorrent Docker image
MIT License
457 stars 103 forks source link

Improve c-ares & curl build process #291

Closed stickz closed 6 months ago

stickz commented 6 months ago

This commit improves the c-ares and curl build process to use cmake instead. This is a much better choice for docker container. We do not require the features GNU Make provides. CMake should also be faster and more stable for testing pull requests.

It also upgrades the c-ares and curl version to receive the latest bug fixes and performance changes. There's been a huge leap forward since the older changes. Put simple, curl 8 is faster.

stickz commented 6 months ago

I will reopen this pull request. Going to attempt to fix the build jobs first.