Exclude bpftool for i686

This commit is contained in:
eabdullin 2026-01-23 14:21:20 +03:00
parent 242db0dc40
commit 24de3a1fc7

View File

@ -3355,7 +3355,9 @@ rm -f %{buildroot}/usr/libexec/kselftests/bpf/cpuv4/urandom_read
# Copy bpftool to kselftests so selftests is packaged with
# the full bpftool instead of bootstrap bpftool
%ifnarch i686
cp ./bpf/tools/sbin/bpftool %{buildroot}%{_libexecdir}/kselftests/bpf/bpftool
%endif
popd
%{log_msg "end build selftests"}