diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-01-01 00:09:40 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-01-01 00:11:42 +0100 |
commit | 641eb198864ea5db8078608c1af2f25102121d9e (patch) | |
tree | 6d5fc463b43bd34ce3e625815b6a580717cf04d8 /testing | |
parent | 3fbd718640f0f0a714ab8c573fbb35c86c9d6170 (diff) | |
download | aports-641eb198864ea5db8078608c1af2f25102121d9e.tar.bz2 aports-641eb198864ea5db8078608c1af2f25102121d9e.tar.xz |
testing/geos: disable on aarch64 due to test failure
make[5]: Entering directory '/home/buildozer/aports/testing/geos/src/geos-3.6.2/tests/xmltester'
Runner: testrunner created
FAIL: testrunner
============================================================================
Testsuite summary for
============================================================================
# TOTAL: 1
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
============================================================================
See tests/xmltester/test-suite.log
============================================================================
Diffstat (limited to 'testing')
-rw-r--r-- | testing/geos/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/geos/APKBUILD b/testing/geos/APKBUILD index bfc3a848d1..2859b363c3 100644 --- a/testing/geos/APKBUILD +++ b/testing/geos/APKBUILD @@ -5,7 +5,7 @@ pkgver=3.6.2 pkgrel=0 pkgdesc="GEOS is a library providing OpenGIS and JTS spatial operations in C++." url="http://trac.osgeo.org/geos/" -arch="all !armhf" +arch="all !armhf !aarch64" license="LGPL-2.1" makedepends="swig python2-dev" subpackages="py-$pkgname:py $pkgname-dev" |