You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: