Kaydet (Commit) 4e59ef98 authored tarafından Caolán McNamara's avatar Caolán McNamara

ofz#10326 oss-fuzz move make clean to start

clear previous build results, but leave results of this build in place

Change-Id: Ia2857c7cfb33ac0227323d90828818ceb6e693a8
üst 203f7320
......@@ -17,6 +17,8 @@ df -h $OUT $WORK
cd $WORK
$SRC/libreoffice/autogen.sh --with-distro=LibreOfficeOssFuzz --with-external-tar=$SRC
make clean
#build-time rsc tool leaks a titch
export ASAN_OPTIONS="detect_leaks=0"
......@@ -51,5 +53,3 @@ cp $SRC/*_seed_corpus.zip $OUT
cp $SRC/*.dict $OUT
#options files
cp $SRC/libreoffice/vcl/workben/*.options $OUT
make clean
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment