Hi Roberto, On Thu, Jun 30, 2022 at 6:55 AM Roberto Sassu <roberto.sassu@xxxxxxxxxx> wrote: > > Hi everyone > > I'm testing a modified version of bpftool with the CI. > > Unfortunately, it does not work due to autodetection > of libbfd in the build environment, but not in the virtual > machine that actually executes the tests. > > What the proper solution should be? Can you elaborate by not working? do you mean bpftool doesn't build? or bpftool builds, but doesn't behave as you expect when it runs. On my side, when I built bpftool, libbfd was not detected, but I can still bpftool successfully. Hao