Closed
Description
When using cross
to cross compiling crate zstd
in PR cargo-bins/cargo-binstall#148, the CI that use-cross: true
all failed with libclang.so
not found.
Edit:
The PR enabled feature bindgen
of zstd
and bindgen
uses libclang.so
to parse C headers.