ikornaselur / similarium-rs

A Rust port of Similarium
Other
1 stars 0 forks source link

Remove vendored openssl #72

Closed ikornaselur closed 10 months ago

ikornaselur commented 1 year ago

70 added vendored openssl to unblock building the docker container. Expore how to build the container without having to use the vendored openssl. It should be enough to just apt install libssl-dev but that didn't solve it.

Having the vendored openssl slows the build by a lot - seemingly doubling it

ikornaselur commented 1 year ago

This is proving harder than I thought it would be, since I'm compiling with musl for fully static binaries