guybedford / chomp

'JS Make' - parallel task runner for the frontend ecosystem with a JS extension system.
https://chompbuild.com
Apache License 2.0
138 stars 7 forks source link

Add rustls to build, removing dependency on openssl #171

Closed canadaduane closed 1 year ago

canadaduane commented 1 year ago

This should resolve the issue on Linux where dynamic linking with openssl sometimes does not work, depending on the system.

Fixes #168

canadaduane commented 1 year ago

Should the chompfile be modified in any way?

guybedford commented 1 year ago

CI is now passing on master, so with the env change mentioned above I believe that should get this one green.