gobpf
                                
                                
                                
                                    gobpf copied to clipboard
                            
                            
                            
                        Recommended way of managing version compatible with libbcc
Hi there,
What's the recommended way of managing gobpf version to keep compatibly with libbcc.
Right now, I'm having issues using the latest gobpf with Ubuntu since only the package of 0.10 is available.
It seems from https://github.com/iovisor/gobpf/pull/210 that current gobpf is compatible with libbcc 0.11 ? How to be sure ?
I could obviously build and maintain my own debian package but I would prefer not to.
Could it be possible to start tagging gobpf ?
Thanks much !
It appears the build system has been failing for some time, and all major packages are behind several breaking changes. This will probably need to be solved first, and then I agree with you, it would make sense to implement tags this way.
I pushed a first tag v0.1.0 earlier today (bcc release v0.18.0) and plan to push a new tag for every new bcc release. Hopefully that will make tracking a bit easier (with the help of git tag -l -n10 for example).