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

Caolán McNamara caolanm at redhat.com
Wed Apr 19 11:46:00 UTC 2017


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

New commits:
commit 81b512f3ef39c448b34f7cf52832be883d9ebd0c
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed Apr 19 11:47:45 2017 +0100

    maybe oss-fuzz shares /work and /out
    
    currently the build runs out of space
    
    Change-Id: I24a68051b7fd1df7c55849f27aa43cedc9909b1a
    Reviewed-on: https://gerrit.libreoffice.org/36682
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/bin/oss-fuzz-build.sh b/bin/oss-fuzz-build.sh
index b0d3d6eb201a..e9972578ff93 100755
--- a/bin/oss-fuzz-build.sh
+++ b/bin/oss-fuzz-build.sh
@@ -20,6 +20,8 @@ export ASAN_OPTIONS="detect_leaks=0"
 
 make fuzzers
 
+rm -rf workdir
+
 #some minimal fonts required
 cp $SRC/libreoffice/extras/source/truetype/symbol/opens___.ttf instdir/share/fonts/truetype/Liberation* $OUT
 #minimal runtime requirements


More information about the Libreoffice-commits mailing list