rust-lang / rust-bindgen

Automatically generates Rust FFI bindings to C (and some C++) libraries.
https://rust-lang.github.io/rust-bindgen/
BSD 3-Clause "New" or "Revised" License
4.23k stars 679 forks source link

Add Dockerfiles to run bindgen-tests with many clang versions #2804

Open boydjohnson opened 2 months ago

boydjohnson commented 2 months ago

As mentioned in #2638, this contains Dockerfiles to run bindgen-tests against clang versions 13-18 using Ubuntu 22.04

The included dockerfiles/README.md explains the usage of the Dockerfiles.

@pvdrz Let me know what you think.