diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-08-07 12:43:40 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-08-07 12:43:40 +0000 |
commit | 03e2aa8f1d437cb97a6f08d4ea8a276ded031c93 (patch) | |
tree | 6b84c34b73cb1fa3df4ad28c4be3ba8ac9e3ff7a /testing/pcl | |
parent | 2933910e0f3db90fa8568efb0e238843a7c5f7fe (diff) | |
download | aports-03e2aa8f1d437cb97a6f08d4ea8a276ded031c93.tar.bz2 aports-03e2aa8f1d437cb97a6f08d4ea8a276ded031c93.tar.xz |
testing/pcl: disable on s390x due to failing tests
Diffstat (limited to 'testing/pcl')
-rw-r--r-- | testing/pcl/APKBUILD | 2 |
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" |