-
Notifications
You must be signed in to change notification settings - Fork 85
Open
Description
I tried to upgrade my code's dependency on rust-htslib to version 0.47.0 (from 0.46.0) but now when I do cargo build -r
on Linux (eg in a docker container) without clang
, I get:
thread 'main' panicked at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.69.4/lib.rs:622:31:
Unable to find libclang: "couldn't find any valid shared libraries matching: ['[libclang.so](http://libclang.so/)', 'libclang-*.so', '[libclang.so](http://libclang.so/).*', 'libclang-*.so.*'], set the `LIBCLANG_PATH` environment variable to a path where one of these files can be found (invalid: [])"
Reverting back to 0.46.0 fixes the issue. I'm not sure what happened here, but I suspect it was not intentional?
bluenote-1577, rlaboulaye, wwood, stefnotch, ecmra and 1 more
Metadata
Metadata
Assignees
Labels
No labels