aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-08-07 12:43:40 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-08-07 12:43:40 +0000
commit03e2aa8f1d437cb97a6f08d4ea8a276ded031c93 (patch)
tree6b84c34b73cb1fa3df4ad28c4be3ba8ac9e3ff7a /testing
parent2933910e0f3db90fa8568efb0e238843a7c5f7fe (diff)
downloadaports-03e2aa8f1d437cb97a6f08d4ea8a276ded031c93.tar.bz2
aports-03e2aa8f1d437cb97a6f08d4ea8a276ded031c93.tar.xz
testing/pcl: disable on s390x due to failing tests
Diffstat (limited to 'testing')
-rw-r--r--testing/pcl/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/pcl/APKBUILD b/testing/pcl/APKBUILD
index 28e0f97f38..2c2bbe2856 100644
--- a/testing/pcl/APKBUILD
+++ b/testing/pcl/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.8.1
pkgrel=1
pkgdesc="Point Cloud Library (PCL)"
url="https://github.com/PointCloudLibrary/pcl"
-arch="all !x86" # tests fails on x86
+arch="all !x86 !s390x" # tests fails on x86 and s390x
license="BSD-3-Clause"
depends=""
makedepends="cmake eigen-dev boost-dev flann-dev"