diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-09-15 13:13:54 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-09-15 13:15:18 +0100 |
commit | 4e59ef9864cc659e7f5560648ed800c3575f805a (patch) | |
tree | 7024ce66da2c8e9c7e41d91e9963fea7be116400 /bin | |
parent | 203f7320950346841931cc2525155f817987e279 (diff) |
ofz#10326 oss-fuzz move make clean to start
clear previous build results, but leave results of this build in place
Change-Id: Ia2857c7cfb33ac0227323d90828818ceb6e693a8
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/oss-fuzz-build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 |