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
Hello guys!
We use your crate in our project which we are building us static for x86_64-unknown-linux-musl platform,
but we need to build our project as static for aarch64-unknown-linux-musl platform for arm processors
Compile error logs:
Compiling yara-sys v0.20.0
The following warnings were emitted during compilation:
warning: Bindigs for target="aarch64-unknown-linux-musl" does not exists
error: failed to run custom build command for `yara-sys v0.20.0`
Caused by:
process didn't exit successfully: `/build/target/release/build/yara-sys-32db4201171becc7/build-script-build` (exit status: 1)
--- stdout
cargo:rustc-link-lib=static=yara
cargo:rustc-link-search=native=/musl/lib
cargo:rerun-if-env-changed=YARA_LIBRARY_PATH
cargo:rerun-if-env-changed=YARA_LIBRARY_PATH_aarch64-unknown-linux-musl
cargo:rerun-if-env-changed=YARA_LIBRARY_PATH_aarch64_unknown_linux_musl
cargo:warning=Bindigs for target="aarch64-unknown-linux-musl" does not exists
warning: build failed, waiting for other jobs to finish...
Could you please add support aarch64-unknown-linux-musl platform to your crate?
I can try to help If you need to
The text was updated successfully, but these errors were encountered:
Hello guys!
We use your crate in our project which we are building us static for x86_64-unknown-linux-musl platform,
but we need to build our project as static for aarch64-unknown-linux-musl platform for arm processors
Compile error logs:
Could you please add support aarch64-unknown-linux-musl platform to your crate?
I can try to help If you need to
The text was updated successfully, but these errors were encountered: