From f1e29c4755bc466e7f92c69607b50b3077a0f6a8 Mon Sep 17 00:00:00 2001 From: David Heidelberg Date: Fri, 2 Aug 2024 16:12:34 +0900 Subject: [PATCH] main/libclc: re-enable tests The reason was clspv, which is not used by any FOSS project. This got resolved by previous commit. Signed-off-by: David Heidelberg --- main/libclc/APKBUILD | 1 - 1 file changed, 1 deletion(-) diff --git a/main/libclc/APKBUILD b/main/libclc/APKBUILD index 816f1a850f9..8f6a285ff17 100644 --- a/main/libclc/APKBUILD +++ b/main/libclc/APKBUILD @@ -24,7 +24,6 @@ source="https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver/l https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver/cmake-$pkgver.src.tar.xz " builddir="$srcdir/libclc-$pkgver.src" -options="!check" # todo: they fail for some reason build() { CC=clang-$_llvmver \