libreoffice: fails on i686 (unit tests)
This commit is contained in:
parent
373705c9c2
commit
e864bed5e2
1 changed files with 6 additions and 0 deletions
|
@ -48,6 +48,12 @@ skip_extraction="
|
|||
${pkgname}-translations-${version}.tar.xz"
|
||||
conflicts="libreoffice-bin>=0"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*) # Unit tests failure - unknown reason
|
||||
broken="http://build.voidlinux.eu/builders/i686_builder/builds/22276/steps/shell_3/logs/stdio"
|
||||
;;
|
||||
esac
|
||||
|
||||
# Install location: either /usr or e.g. /opt/libreofficeX.Y.Z
|
||||
_LO_PREFIX=/opt/${pkgname}${version%.*.*}
|
||||
|
||||
|
|
Loading…
Reference in a new issue