diff options
author | Lancelot Owczarczak | 2023-12-20 11:24:34 +0100 |
---|---|---|
committer | Lancelot Owczarczak | 2023-12-20 11:24:34 +0100 |
commit | 530a5a665e4550b5c22da3a230ee6218b8f62439 (patch) | |
tree | de0463a4255b8d2114d6edf6e6796d673696a55d | |
parent | c0bc65d995db253aea64f0a935819b8b7b86c14f (diff) | |
download | aur-530a5a665e4550b5c22da3a230ee6218b8f62439.tar.gz |
Re-add the tests, the current llvm17 package doesn't build anyway, removing them was useless
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 3 |
2 files changed, 2 insertions, 3 deletions
@@ -1,7 +1,7 @@ pkgbase = clang17 pkgdesc = C language family frontend for LLVM 17 pkgver = 17.0.6 - pkgrel = 3 + pkgrel = 4 url = https://clang.llvm.org/ arch = x86_64 license = custom:Apache 2.0 with LLVM Exception @@ -4,7 +4,7 @@ pkgname=clang17 pkgver=17.0.6 -pkgrel=3 +pkgrel=4 pkgdesc="C language family frontend for LLVM 17" arch=('x86_64') url="https://clang.llvm.org/" @@ -86,7 +86,6 @@ build() { -DLLVM_LINK_LLVM_DYLIB=ON -DLLVM_MAIN_SRC_DIR="$srcdir/llvm-$pkgver.src" -DSPHINX_WARNINGS_AS_ERRORS=OFF - -DLLVM_INCLUDE_TESTS=OFF ) cmake .. "${cmake_args[@]}" |