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:
parent
a435083b3c
commit
4769519cee
|
@ -84,7 +84,7 @@ fi
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686*) # Broken unit tests
|
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
|
*-musl) # use shipped clucene, because CLucene/analysis/cjk/CJKAnalyzer.h
|
||||||
# is missing in the musl clucene-devel files
|
# is missing in the musl clucene-devel files
|
||||||
|
|
Loading…
Reference in New Issue