mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue