Re: [PATCH bpf-next] selftests/bpf: Include runner extras for install target

2024-01-25 Thread Björn Töpel
Björn Töpel writes: > From: Björn Töpel > > When using the "install" or targets depending on install, e.g. > "gen_tar", the "runner extras" weren't included for the BPF machine > flavors. > > Make sure the necessary helper scripts/tools are added to > corresponding BPF machine flavor. > >

[PATCH bpf-next] selftests/bpf: Include runner extras for install target

2024-01-25 Thread Björn Töpel
From: Björn Töpel When using the "install" or targets depending on install, e.g. "gen_tar", the "runner extras" weren't included for the BPF machine flavors. Make sure the necessary helper scripts/tools are added to corresponding BPF machine flavor. Signed-off-by: Björn Töpel ---