honey-potion
honey-potion copied to clipboard
Adding target LLVM_STRIP on 'bpftool' make
This pull request fixes the issue when executing the command
docker build -t docker-artifact -f Dockerfile .
to create the container images for running the experiments.
The issue occurs when lbpf-tool tries to execute the llvm-strip
command, which does not exist. The correct command for LLVM version 16 is llvm-strip-16
The image with the error is shown below: