mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
community/bcc: use llvm16
This commit is contained in:
parent
98711b0fed
commit
9a92e7bae6
@ -2,13 +2,13 @@
|
|||||||
# Maintainer: Adam Jensen <adam@acj.sh>
|
# Maintainer: Adam Jensen <adam@acj.sh>
|
||||||
pkgname=bcc
|
pkgname=bcc
|
||||||
pkgver=0.27.0
|
pkgver=0.27.0
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="A toolkit for creating efficient kernel tracing and manipulation programs"
|
pkgdesc="A toolkit for creating efficient kernel tracing and manipulation programs"
|
||||||
url="https://github.com/iovisor/bcc/"
|
url="https://github.com/iovisor/bcc/"
|
||||||
# s390x build fails
|
# s390x build fails
|
||||||
arch="all !s390x"
|
arch="all !s390x"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
_llvmver=15
|
_llvmver=16
|
||||||
makedepends="
|
makedepends="
|
||||||
bison
|
bison
|
||||||
clang$_llvmver-dev
|
clang$_llvmver-dev
|
||||||
|
Loading…
Reference in New Issue
Block a user