diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-05-02 12:57:43 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-05-02 12:58:43 +0100 |
commit | 7819838d663c28c80487be08d57cc6e9258bfd5a (patch) | |
tree | 1373713a4bc63cb4b9868c8e47699fea22d3073d /bin | |
parent | 151914d75a4a21461e489e871f0c5088c8d5fc47 (diff) |
test to see if we have enough space without this
Change-Id: I83c1d83bc3c34e32f3d4564322a5df871d8b73b5
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/oss-fuzz-build.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/oss-fuzz-build.sh b/bin/oss-fuzz-build.sh index e9972578ff93..b0d3d6eb201a 100755 --- a/bin/oss-fuzz-build.sh +++ b/bin/oss-fuzz-build.sh @@ -20,8 +20,6 @@ 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 |