mirror of https://github.com/google/oss-fuzz.git
[infra] Do not archive seed corpus for dataflow builds.
This commit is contained in:
parent
f858510cbe
commit
1f0a33c712
|
@ -89,3 +89,8 @@ else
|
||||||
$COPY_SOURCES_CMD 2>/dev/null || true
|
$COPY_SOURCES_CMD 2>/dev/null || true
|
||||||
fi
|
fi
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue