-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fails to build with current bcc #100
Comments
Thanks for reaching out, @Vogtinator! I suggest to wait a bit more on iovisor/gobpf#311. We may need to prioritize getting #93 done. Cc: @saschagrunert |
Libbpf 1.0.0 has been released a couple of days ago which seems to be a great road to stabilization: https://github.com/libbpf/libbpf/releases/tag/v1.0.0 I think we can start working on it when aquasecurity/libbpfgo#216 got merged (and released). |
https://build.opensuse.org/request/show/999348 by user favogt + dimstar_suse containers/oci-seccomp-bpf-hook#100
the libbpfgo change has been merged but I'm not sure we can count on a release (haven't explicitly asked yet) -- would pinning against the latest commit for this repo be something to consider, or should I try to be annoying over there? |
Thanks for the ping! I am OK vendoring a non-release commit. |
bcc v0.25.0 broke compatibility with bcc_func_load and requires updating the gobpf wrapper. Fixes: containers#100 Signed-off-by: Dominique Martinet <[email protected]>
Thanks, opened #104 with gobpf version bump! |
bcc added two additional parameters to
bcc_func_load
which aren't passed here:Unfortunately it looks like gobpf is dead: iovisor/gobpf#311
The text was updated successfully, but these errors were encountered: