diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-06-12 20:01:39 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-06-12 20:02:18 +0000 |
commit | e51aee60295af7496ca85664af14316729a41686 (patch) | |
tree | 051d300d90b3e7c5ad71d66e02d2aa469138d0d9 /testing/creduce | |
parent | e6ca3de7f7f8efbcc1b6785ab55e3ae4f9136c2f (diff) | |
download | aports-e51aee60295af7496ca85664af14316729a41686.tar.bz2 aports-e51aee60295af7496ca85664af14316729a41686.tar.xz |
testing/creduce: disable due to build error
link failure:
> ScratchBuffer.cpp:(.text._ZN5clang13ScratchBuffer18AllocScratchBufferEj+0x4c):
> undefined reference to
> `llvm::WritableMemoryBuffer::getNewMemBuffer(unsigned long,
> llvm::Twine const&)'
Diffstat (limited to 'testing/creduce')
-rw-r--r-- | testing/creduce/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/creduce/APKBUILD b/testing/creduce/APKBUILD index a6362b84e5..a501f54ff2 100644 --- a/testing/creduce/APKBUILD +++ b/testing/creduce/APKBUILD @@ -5,7 +5,7 @@ pkgver=2.8.0 pkgrel=0 pkgdesc="A C/C++ program reducer" url="http://embed.cs.utah.edu/creduce/" -arch="all !x86 !armv7" +arch="" license="custom" # util-linux provides lscpu depends="clang6 indent perl perl-exporter-lite perl-file-which |