testing/z3: disable on ppc64le

tests fails
This commit is contained in:
Natanael Copa 2018-06-01 09:28:11 +00:00
parent 9fbfadaf50
commit adfae8d22a

View File

@ -5,7 +5,7 @@ pkgver=4.6.0
pkgrel=3
pkgdesc="Theorem prover from Microsoft Research"
url="https://github.com/Z3Prover/z3"
arch="all !s390x"
arch="all !s390x !ppc64le"
license="MIT"
depends=""
makedepends="cmake python3"