weaveworks / tcptracer-bpf

eBPF program using kprobes to trace TCP events without run-time compilation dependencies
Apache License 2.0
410 stars 61 forks source link

tests/Makefile: add build-in-docker target #28

Closed alban closed 7 years ago

alban commented 7 years ago

Apparently, my Golang installation on my laptop does not work anymore. This allows me to still build the tests using docker:

cd tests ; make build-in-docker

@schu PTAL

alban commented 7 years ago

@schu: updated.

The CircleCI failure is unrelated and will be fixed by https://github.com/weaveworks/tcptracer-bpf/pull/32