scripts/oss-fuzz: ignore the generic-fuzz target
authorAlexander Bulekov <alxndr@bu.edu>
Fri, 23 Oct 2020 15:07:46 +0000 (11:07 -0400)
committerThomas Huth <thuth@redhat.com>
Mon, 26 Oct 2020 08:53:54 +0000 (09:53 +0100)
commit53e1a50d6b6fe97fafa81ab9f2ddebf92798a57b
tree2cec092ad9839f482db3b1e0a5f0b0d5cba42fc1
parenta942f64cc4b875c2fe92ea91fea85741e00b12b9
scripts/oss-fuzz: ignore the generic-fuzz target

generic-fuzz is not a standalone fuzzer - it requires some env variables
to be set. On oss-fuzz, we set these with some predefined
generic-fuzz-{...} targets, that are thin wrappers around generic-fuzz.
Do not make a link for the generic-fuzz from the oss-fuzz build, so
oss-fuzz does not treat it as a standalone fuzzer.

Signed-off-by: Alexander Bulekov <alxndr@bu.edu>
Message-Id: <20201023150746.107063-18-alxndr@bu.edu>
Reviewed-by: Darren Kenny <darren.kenny@oracle.com>
[thuth: Reformatted one comment to stay within the 80 columns limit]
Signed-off-by: Thomas Huth <thuth@redhat.com>
scripts/oss-fuzz/build.sh