bcc: mark as broken on i686
This commit is contained in:
parent
18200c6cb1
commit
ef0e727099
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@ distfiles="https://github.com/iovisor/${pkgname}/archive/v${version}.tar.gz"
|
|||
checksum=ac92f25861453b71943bd2ffbd5ed0b906e62a000d18ba61b178a1c13e57a32d
|
||||
nocross=yes # https://github.com/voidlinux/void-packages/issues/4738
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*) broken="__uint128t not available" ;;
|
||||
esac
|
||||
|
||||
post_extract() {
|
||||
sed -i '/tests/d' CMakeLists.txt # break on musl
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue