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
A lot of packages use curl to fetch their dependencies. For example with the default cross images I can't compile exonum_libsodium-sys due to error:
thread 'main' panicked at 'Failed to run curl command: No such file or directory (os error 2)', /cargo/registry/src/github.com-1ecc6299db9ec823/exonum_libsodium-sys-0.0.23/build.rs:88:17
The text was updated successfully, but these errors were encountered:
A lot of packages use
curl
to fetch their dependencies. For example with the default cross images I can't compileexonum_libsodium-sys
due to error:thread 'main' panicked at 'Failed to run curl command: No such file or directory (os error 2)', /cargo/registry/src/github.com-1ecc6299db9ec823/exonum_libsodium-sys-0.0.23/build.rs:88:17
The text was updated successfully, but these errors were encountered: