OSDN Git Service

oss-fuzz: remove binaries from qemu-bundle tree
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 20 Jul 2022 08:40:06 +0000 (10:40 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 22 Jul 2022 17:01:44 +0000 (19:01 +0200)
commitd5b50236915be6f48e9ade9152273f0e902c63be
tree28eddeac72f25f904b80aeb027c224da478ef40f
parentd12dd9c7ee0ecab96efc21a263772fef2fff3ac6
oss-fuzz: remove binaries from qemu-bundle tree

oss-fuzz is finding possible fuzzing targets even under qemu-bundle/.../bin, but they
cannot be used because the required shared libraries are missing.  Since the
fuzzing targets are already placed manually in $OUT, the bindir and libexecdir
subtrees are not needed; remove them.

Cc: Alexander Bulekov <alxndr@bu.edu>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
scripts/oss-fuzz/build.sh