-
Notifications
You must be signed in to change notification settings - Fork 61
Closed
Description
I'm not quite sure how to diagnose this. cargo test
builds everything, and almost everything succeeds. The only erroring build I'm getting is the following
cargo:rustc-link-lib=static=kyber512-90s_clean
cargo:rustc-link-search=native=/Users/micro/projects/pqcrypto-compat/target/debug/build/pqcrypto-kyber-ab7d6f1520cab3df/out
TARGET = Some("aarch64-apple-darwin")
HOST = Some("aarch64-apple-darwin")
AR_aarch64-apple-darwin = None
AR_aarch64_apple_darwin = None
HOST_AR = None
AR = None
running: "ar" "s" "/Users/micro/projects/pqcrypto-compat/target/debug/build/pqcrypto-kyber-ab7d6f1520cab3df/out/libkyber512-90s_aarch64.a"
cargo:warning=error: /Library/Developer/CommandLineTools/usr/bin/ranlib: can't open file: /Users/micro/projects/pqcrypto-compat/target/debug/build/pqcrypto-kyber-ab7d6f1520cab3df/out/libkyber512-90s_aarch64.a (No such file or directory)
cargo:warning=/Library/Developer/CommandLineTools/usr/bin/ar: internal ranlib command failed
exit status: 1
I can do more tests on my mac if you need more info
Metadata
Metadata
Assignees
Labels
No labels