coroot-node-agent icon indicating copy to clipboard operation
coroot-node-agent copied to clipboard

add ebpf.go to Makefile

Open StLeoX opened this issue 1 year ago • 2 comments

ebpf.go dependent on **.c and automatically generate the latest ebpfProg and git ignore ebpf.go

StLeoX avatar Sep 14 '24 08:09 StLeoX

@StLeoX why are these changes needed? They make it harder to build the agent without Docker on the host.

def avatar Sep 23 '24 11:09 def

I want to make sure that, each time you build coroot-node-agent, the ebpfProg is the latest. So I add this dependent relationship to Makefile, just like Protobuf generate.

StLeoX avatar Sep 24 '24 03:09 StLeoX