From 81b512f3ef39c448b34f7cf52832be883d9ebd0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Wed, 19 Apr 2017 11:47:45 +0100 Subject: [PATCH] maybe oss-fuzz shares /work and /out MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit currently the build runs out of space Change-Id: I24a68051b7fd1df7c55849f27aa43cedc9909b1a Reviewed-on: https://gerrit.libreoffice.org/36682 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- bin/oss-fuzz-build.sh | 2 ++ 1 file changed, 2 insertions(+) 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