diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-05-17 12:08:47 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-05-17 12:08:47 +0000 |
commit | 2697141653b50eaebe225c977fbd2b26b8a689d3 (patch) | |
tree | 6aa525caf35792ec5aa58a652cd91b2d56a396a5 | |
parent | 41654d25df3f4d81aebfcf02d3b681ecbde2d6c5 (diff) | |
download | aports-2697141653b50eaebe225c977fbd2b26b8a689d3.tar.bz2 aports-2697141653b50eaebe225c977fbd2b26b8a689d3.tar.xz |
testing/libc++: disable for now to unblock the builders
-rw-r--r-- | testing/libc++/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/libc++/APKBUILD b/testing/libc++/APKBUILD index b00b5746ad..f8b7e41a34 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="" license="UOI-NCSA" makedepends="cmake clang>=$_llvmver |