rust-bpf / rust-bcc

user-friendly rust bindings for the bpf compiler collection
MIT License
475 stars 54 forks source link

Fix build/ci.sh script - add missing dependencies #175

Closed iximiuz closed 3 years ago

iximiuz commented 3 years ago

I was trying to build this crate (including the static version of it) using build/ci.sh script and it didn't work out well for me because of the missing dependencies. Hence, a MR with a fix.

brayniac commented 3 years ago

Thanks for the PR - this script is definitely geared to CI not necessarily end-user builds. Overall, I don't think there's a problem with making some of these changes.

See my comments in-line for some areas where I would like clarification on the intent of the change.

iximiuz commented 3 years ago

Closing in favor of #176 because I could not find a way to make changes to the PR created via GitHub UI.