testing/php7-libvirt-php: disable on riscv64

This commit is contained in:
Ariadne Conill 2021-07-05 15:40:46 -06:00
parent a2529fb59e
commit cdfd27fa4e

View File

@ -5,7 +5,7 @@ pkgver=0.5.5
pkgrel=1
pkgdesc="PHP language bindings for Libvirt API. For more details see: http://www.libvirt.org/php/"
url="https://libvirt.org/php/"
arch="all !x86 !armhf !armv7 !s390x !mips64" # segfault on x86, armhf and armv7
arch="all !x86 !armhf !armv7 !s390x !mips64 !riscv64" # segfault on x86, armhf and armv7
license="LGPL-2.1-only"
makedepends="autoconf libvirt-dev libxml2-dev libxml2-utils libxslt php7-dev php7-pecl-imagick libtool linux-headers"
subpackages="$pkgname-doc"