bcc: mark as broken on i686

This commit is contained in:
maxice8 2018-09-06 09:52:42 -03:00
parent 18200c6cb1
commit ef0e727099
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -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
}