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
Building git2 causes an issue when build for Alpine linux 3.18 targeting arm64.
See this rustc issue: rust-lang/rustup#3324 (comment) - I am not sure if this is a rust compiler issue of an issue with e.g. libgit2-sys, but it seems more likely that it is a crate issue.
Thanks for the report! I'm going to close as a duplicate of #706 and rust-lang/rust#89626. Unfortunately I don't think there is anything this library can do to fix the issue. rust-lang/rust#89626 contains some workarounds.
Building
git2
causes an issue when build for Alpine linux 3.18 targeting arm64.See this rustc issue: rust-lang/rustup#3324 (comment) - I am not sure if this is a rust compiler issue of an issue with e.g.
libgit2-sys
, but it seems more likely that it is a crate issue.Here is my linking error:
The text was updated successfully, but these errors were encountered: