From 03e2aa8f1d437cb97a6f08d4ea8a276ded031c93 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 7 Aug 2018 12:43:40 +0000 Subject: testing/pcl: disable on s390x due to failing tests --- testing/pcl/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing') 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" -- cgit v1.2.3