diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-04-19 11:47:45 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-04-19 13:45:38 +0200 |
commit | 81b512f3ef39c448b34f7cf52832be883d9ebd0c (patch) | |
tree | 83a1b87f4de82bf33edc3207f6aa41dfec73c177 /bin | |
parent | 08cc4c64ed2d80ebae984463c1fb4c603b03e7d4 (diff) |
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@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/oss-fuzz-build.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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 |