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 <david@ixit.cz>
This commit is contained in:
David Heidelberg 2024-08-02 16:12:34 +09:00 committed by Patrycja Rosa
parent fbbf7310a8
commit f1e29c4755

View file

@ -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 \