Open rmGFW opened 2 years ago
I'm currently successfully cross-compiling git2 from x86_64 to aarch64-unknown-linux-musl, and vice versa from aarch64 to x86_64-unknown-linux-musl, without issues.
Does your container have a version of libssl-dev built for musl? Does it have a pkg-config installed for musl that can find that libssl-dev? Before trying to get git2-rs's build script to work, try just invoking your cross pkg-config to confirm it can find libssl-dev.
Does it work if you use the vendored-openssl
and vendored-libgit2
options?
Does this issue resolved?
the libssl-dev is already installed on my container , but it still failed