scripts/oss-fuzz: Limit target list to i386-softmmu
commit7cee363bc2eff06068db0dc3e59cbc5f1906067e
authorThomas Huth <thuth@redhat.com>
Fri, 17 Jul 2020 06:57:42 +0000 (17 08:57 +0200)
committerThomas Huth <thuth@redhat.com>
Tue, 21 Jul 2020 05:21:54 +0000 (21 07:21 +0200)
tree62e41fb97fe90fd63556c1f54b5d5183a0cffd35
parentaf3d69058e09bede9900f266a618ed11f76f49f3
scripts/oss-fuzz: Limit target list to i386-softmmu

The build.sh script only copies qemu-fuzz-i386 to the destination folder,
so we can speed up the compilation step quite a bit by not compiling the
other targets here.

Signed-off-by: Thomas Huth <thuth@redhat.com>
scripts/oss-fuzz/build.sh