oss-fuzz: ensure base_copy is a generic-fuzzer
commit7906f11e62c39cdbf8edc274cb311a420d675371
authorAlexander Bulekov <alxndr@bu.edu>
Wed, 20 Jul 2022 18:09:46 +0000 (20 14:09 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 22 Jul 2022 17:01:44 +0000 (22 19:01 +0200)
tree8d43c62c72eb930b2dd91a681c9782d1553fa14e
parentd5b50236915be6f48e9ade9152273f0e902c63be
oss-fuzz: ensure base_copy is a generic-fuzzer

Depending on how the target list is sorted in by qemu, the first target
(used as the base copy of the fuzzer, to which all others are linked)
might not be a generic-fuzzer. Since we are trying to only use
generic-fuzz, on oss-fuzz, fix that, to ensure the base copy is a
generic-fuzzer.

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