Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages /
bpftrace
Commits:
c1804584 by Junxuan Liao at 2025-03-21T17:31:24+00:00
build with lldb
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -25,6 +25,7 @@ pkgbase = bpftrace
depends = libbpf
depends = libpcap
depends = zstd
+ depends = lldb
options = !strip
options = !debug
source =
https://github.com/iovisor/bpftrace/archive/v0.22.0/bpftrace-0.22.0.tar.gz
@@ -41,5 +42,6 @@ pkgname = bpftrace
depends = libbpf
depends = libpcap
depends = zstd
+ depends = lldb
depends = binutils
depends = libsframe.so
=====================================
PKGBUILD
=====================================
@@ -8,7 +8,7 @@ pkgdesc='High-level tracing language for Linux eBPF'
arch=('x86_64')
url='https://github.com/iovisor/bpftrace'
license=('Apache-2.0')
-depends=('glibc' 'gcc-libs' 'libelf' 'zlib' 'llvm-libs' 'clang' 'bcc' 'libbpf'
'libpcap' 'zstd')
+depends=('glibc' 'gcc-libs' 'libelf' 'zlib' 'llvm-libs' 'clang' 'bcc' 'libbpf'
'libpcap' 'zstd' 'lldb')
makedepends=('binutils' 'cmake' 'llvm' 'git' 'linux-headers' 'ninja' 'gtest'
'cereal'
'asciidoctor' 'xxd')
options=('!strip' '!debug')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bpftrace/-/commit/c1804584d83944b46fcf549884c5687edb38fbb6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bpftrace/-/commit/c1804584d83944b46fcf549884c5687edb38fbb6
You're receiving this email because of your account on gitlab.archlinux.org.