gobpf icon indicating copy to clipboard operation
gobpf copied to clipboard

Recommended way of managing version compatible with libbcc

Open Pryz opened this issue 5 years ago • 2 comments

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 !

Pryz avatar Dec 19 '19 23:12 Pryz

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.

jnach avatar Feb 21 '20 00:02 jnach

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).

schu avatar Mar 05 '21 13:03 schu