Compilation error on Go Generate

2024-02-16 Thread Loren M. Lang
I am trying to packagize pwru for Debian and it uses a generate stage to build some eBPF filters by compiling them into an object and embedding them into Go. The upstream owner provides a Makefile to handle the whole build, but I am trying to break it up and use dh-golang with it's built-in support

Re: Compilation error on Go Generate

2024-02-17 Thread Nilesh Patra
Hi, On Fri, Feb 16, 2024 at 07:15:00PM -0800, Loren M. Lang wrote: > I am trying to packagize pwru for Debian and it uses a generate stage to > build some eBPF filters by compiling them into an object and embedding > them into Go. The upstream owner provides a Makefile to handle the whole > build,