Skip to content

Add clang dependencies for Rust's bindgen

Stan Hu requested to merge sh-add-clang-deps-for-rust into master

What does this MR do and why?

Most Rust extensions for Ruby use rb-sys (https://github.com/oxidize-rb/rb-sys), which depends on bindgen. bindgen leverages libclang to preprocess, parse, and type check C and C++ header files: https://rust-lang.github.io/rust-bindgen/requirements.html

Relates to gitlab#381569 (closed)

Checklist

Edited by Stan Hu

Merge request reports