diff options
Diffstat (limited to 'testing')
-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" |