stanford-esrg / retina

Retina is a network analysis framework that supports 100+ Gbps traffic analysis on a single server with no specialized hardware.
Apache License 2.0
142 stars 22 forks source link

Fix bindgen and clang compatibility in Rustdoc workflow #34

Closed thegwan closed 3 months ago

thegwan commented 3 months ago

The default LLVM and Clang versions that come with the latest Ubuntu (22.04) in the Rustdoc workflow seems to have compatibility issues with bindgen. Removing v14.0.0 and v13.0.0 fixes the issue.