Andriamanitra / coctus

Command line tool for playing Clash of Code locally
MIT License
4 stars 2 forks source link

`coctus fetch` SEGFAULT #66

Closed Andriamanitra closed 1 month ago

Andriamanitra commented 1 month ago

coctus fetch causes a segfault on x86_64-unknown-linux-musl build downloaded from Github releases.

Version info: coctus_v0.2.0_x86_64-unknown-linux-musl

Related discussion in rust-build.action repo:


From reading those threads it seems likely that this issue is caused by reqwest statically linking against OpenSSL. Possible fix would be to use rustls-tls feature for reqwest.