Closed dholbach closed 6 years ago
I updated the vendored bits from gobpf in order to pull in the latest, https://github.com/iovisor/gobpf/pull/139 in particular (which brings more clarity in terms of licensing). For the update, I ran
gobpf
$ gvt update github.com/iovisor/gobpf/elf $ gvt update github.com/iovisor/gobpf/pkg/bpffs $ gvt update github.com/iovisor/gobpf/pkg/cpuonline
A local test-build still passes. I wasn't quite sure how else to test this.
To test this, I did a local test with scope (using a new vendored copy of tcptracer-bpf) and it built and ran just fine.
tcptracer-bpf
Thanks!
I updated the vendored bits from
gobpf
in order to pull in the latest, https://github.com/iovisor/gobpf/pull/139 in particular (which brings more clarity in terms of licensing). For the update, I ranA local test-build still passes. I wasn't quite sure how else to test this.