Hi,
looking at the failed builds from
https://buildd.debian.org/status/package.php?p=bpftune&suite=sid
lead me to bpftune.bpf.h and
#if defined(__TARGET_ARCH_x86)
#include <bpftune/vmlinux_x86_64.h>
#elif defined(__TARGET_ARCH_arm64)
#include <bpftune/vmlinux_aarch64.h>
#endif
vmlinux_x86_64.h kind of looks like a fork of /usr/include/x86_64-linux-gnu/linux/bpf/vmlinux.h - any reason why not use the packaged version? if so, any plans to fix the build for other architectures?
Thanks,
Bernd
Hi,
looking at the failed builds from
https://buildd.debian.org/status/package.php?p=bpftune&suite=sid
lead me to
bpftune.bpf.handvmlinux_x86_64.hkind of looks like a fork of /usr/include/x86_64-linux-gnu/linux/bpf/vmlinux.h - any reason why not use the packaged version? if so, any plans to fix the build for other architectures?Thanks,
Bernd