libreoffice: broken unit tests for i686
This commit is contained in:
parent
7448805cdf
commit
862d79f9c2
1 changed files with 3 additions and 0 deletions
|
@ -83,6 +83,9 @@ if [ -z "$CROSS_BUILD" ]; then
|
|||
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"
|
||||
;;
|
||||
*-musl) # use shipped clucene, because CLucene/analysis/cjk/CJKAnalyzer.h
|
||||
# is missing in the musl clucene-devel files
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue