From 5e926e8f93c3c867d2a5bd3a91c4bf9bd8f2a6b0 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 23 Apr 2018 20:22:38 +0000 Subject: [PATCH] testing/pcl: disable on x86 due to failing tests --- testing/pcl/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/pcl/APKBUILD b/testing/pcl/APKBUILD index ae68f071719..28e0f97f386 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" +arch="all !x86" # tests fails on x86 license="BSD-3-Clause" depends="" makedepends="cmake eigen-dev boost-dev flann-dev"