Date: Friday, January 6, 2023 @ 00:49:44
  Author: anatolik
Revision: 1378441

LLVM15 rebuild

https://archlinux.org/todo/llvm-15/

Do not build components that we do not use

Modified:
  bcc/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-06 00:46:07 UTC (rev 1378440)
+++ PKGBUILD    2023-01-06 00:49:44 UTC (rev 1378441)
@@ -5,7 +5,7 @@
 pkgbase=bcc
 pkgname=('bcc' 'bcc-tools' 'python-bcc')
 pkgver=0.26.0
-pkgrel=1
+pkgrel=2
 pkgdesc='BPF Compiler Collection'
 arch=('x86_64')
 url='https://github.com/iovisor/bcc'
@@ -25,6 +25,7 @@
   cmake -DREVISION=$pkgver \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_INSTALL_LIBDIR=/usr/lib .. \
+    -DENABLE_TESTS=OFF -DRUN_LUA_TESTS=OFF \
     -DENABLE_LLVM_SHARED=1   # FS#71163
 
   make

Reply via email to