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
Hey there, I've been trying for the past few hours to figure out this one but couldn't solve it on my own. Basically running
cargo test
result in
running 156 tests
test attr::tests::attr_value_always_bytes ... ok
test attr::tests::attr_value_from_string ... ok
test attr::tests::attr_value_from_bytes ... ok
test attr::tests::attr_value_partial_eq ... ok
dyld: lazy symbol binding failed: Symbol not found: ___aarch64_ldadd4_acq_rel
Referenced from: /private/tmp/git2-rs/target/debug/deps/git2-72ec4e13db094535
Expected in: flat namespace
dyld: Symbol not found: ___aarch64_ldadd4_acq_rel
Referenced from: /private/tmp/git2-rs/target/debug/deps/git2-72ec4e13db094535
Expected in: flat namespace
error: test failed, to rerun pass '--lib'
Caused by:
process didn't exit successfully: `/private/tmp/git2-rs/target/debug/deps/git2-72ec4e13db094535` (signal: 6, SIGABRT: process abort signal)
The text was updated successfully, but these errors were encountered:
Hey there, I've been trying for the past few hours to figure out this one but couldn't solve it on my own. Basically running
cargo test
result in
The text was updated successfully, but these errors were encountered: