bcc: broken on musl.
This commit is contained in:
parent
1fe319acc0
commit
62fbddb7df
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@ homepage="https://github.com/iovisor/bcc"
|
||||||
distfiles="https://github.com/iovisor/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/iovisor/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=8bdea41286dda0605e3e52fc76d345356dc637434935a112e6378e2dcb439a70
|
checksum=8bdea41286dda0605e3e52fc76d345356dc637434935a112e6378e2dcb439a70
|
||||||
|
|
||||||
|
if [ "${XBPS_TARGET_MACHINE##*-}" = musl ]; then
|
||||||
|
broken="https://build.voidlinux.eu/builders/x86_64-musl_builder/builds/13841/steps/shell_3/logs/stdio"
|
||||||
|
fi
|
||||||
|
|
||||||
bcc-tools_package() {
|
bcc-tools_package() {
|
||||||
short_desc+=" - tools"
|
short_desc+=" - tools"
|
||||||
depends="python-bcc>=${version}_${revision}"
|
depends="python-bcc>=${version}_${revision}"
|
||||||
|
|
Loading…
Reference in a new issue