[Libreoffice-commits] core.git: bin/oss-fuzz-build.sh

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sat Sep 15 12:16:11 UTC 2018


 bin/oss-fuzz-build.sh |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 4e59ef9864cc659e7f5560648ed800c3575f805a
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Sat Sep 15 13:13:54 2018 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Sat Sep 15 13:15:18 2018 +0100

    ofz#10326 oss-fuzz move make clean to start
    
    clear previous build results, but leave results of this build in place
    
    Change-Id: Ia2857c7cfb33ac0227323d90828818ceb6e693a8

diff --git a/bin/oss-fuzz-build.sh b/bin/oss-fuzz-build.sh
index a544a5069ff1..0e37243c8a7c 100755
--- a/bin/oss-fuzz-build.sh
+++ b/bin/oss-fuzz-build.sh
@@ -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


More information about the Libreoffice-commits mailing list