[infra] Do not archive seed corpus for dataflow builds.

This commit is contained in:
Max Moroz 2019-06-10 10:00:20 -07:00
parent f858510cbe
commit 1f0a33c712
1 changed files with 5 additions and 0 deletions

View File

@ -89,3 +89,8 @@ else
$COPY_SOURCES_CMD 2>/dev/null || true
fi
fi
if [[ "$FUZZING_ENGINE" = "dataflow" ]]; then
# Remove seed corpus as it can be huge but is not needed for a dataflow build.
rm $OUT/*.zip
fi