libreoffice: work around i686 build issue

Temporarily disable running the CVE tests for i686.
The apps will still crash with std::bad_alloc thrown AFAICT.
This commit is contained in:
Juergen Buchmueller 2016-12-28 20:30:16 +01:00
parent a435083b3c
commit 4769519cee
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ fi
case "$XBPS_TARGET_MACHINE" in
i686*) # Broken unit tests
broken="https://build.voidlinux.eu/builders/i686_builder/builds/28531/steps/shell_3/logs/stdio"
CXXFLAGS="-DDISABLE_CVE_TESTS=1"
;;
*-musl) # use shipped clucene, because CLucene/analysis/cjk/CJKAnalyzer.h
# is missing in the musl clucene-devel files