japaric / trust

Travis CI and AppVeyor template to test your Rust crate on 5 architectures and publish binary releases of it for Linux, macOS and Windows
Apache License 2.0
1.26k stars 59 forks source link

Lack of libclang #99

Open siscia opened 6 years ago

siscia commented 6 years ago

Thanks for this wonderful repo.

Only one thing that I noticed is the lack of clang that actually breaks all my builds.

Libclang is used by bindgen.

Now it is late, but I guess it is a simple as adding, apt-get install llvm-3.9-dev libclang-3.9-dev clang-3.9 to the install script.

Before to go ahead and provide a PR I would like to know the maintainers opinion.

Cheers,

dpc commented 5 years ago

Yes, please. :D