bin/oss-fuzz-build.sh | 2 ++ 1 file changed, 2 insertions(+) New commits: commit 81b512f3ef39c448b34f7cf52832be883d9ebd0c Author: Caolán McNamara <caol...@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 <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@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
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits