Re: [PATCH] oss-fuzz: remove binaries from qemu-bundle tree

2022-07-20 Thread Alexander Bulekov
On 220720 1040, Paolo Bonzini wrote: > 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

[PATCH] oss-fuzz: remove binaries from qemu-bundle tree

2022-07-20 Thread Paolo Bonzini
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 Bul