From 09eea1dc47e11bc808f9e02fad67b5032a2128e1 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 17 May 2017 15:56:40 +0000 Subject: testing/libc++: disable on ppc64le and s390x those does not have llvm-libunwind --- testing/libc++/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/libc++') diff --git a/testing/libc++/APKBUILD b/testing/libc++/APKBUILD index 65734bb7e0..ffa7f868ea 100644 --- a/testing/libc++/APKBUILD +++ b/testing/libc++/APKBUILD @@ -7,7 +7,7 @@ pkgrel=0 _llvmver=${pkgver%%.*} pkgdesc="A new implementation of the C++ standard library, targeting C++11" url="http://libcxx.llvm.org/" -arch="all" +arch="all !ppc64le !s390x" license="UOI-NCSA" makedepends="cmake clang>=$_llvmver -- cgit v1.2.3