Zondax / docker-bolos

MIT License
8 stars 11 forks source link

Install `bindgen` in image #23

Closed ghost closed 1 year ago

ghost commented 1 year ago

This PR is to install bindgen and make it available to be used by build scripts.

Currently using bidngen as a build-dep leads to errors whilst loading libclang.so.12 (Dynamic loading not supported) (similar to this issue) (if using the runtime feature), or a segfault when trying to link it statically (see here).