mariadb: mark broken for armv*-musl for now.
This commit is contained in:
parent
1aaf956fc1
commit
ae364cb70f
1 changed files with 5 additions and 0 deletions
|
@ -34,6 +34,11 @@ distfiles="https://downloads.$pkgname.org/f/$pkgname-$version/source/$pkgname-$v
|
|||
checksum=67cb35c62cc5d4cf48d7b614c0c7a9245a762ca23d4e588e15c616c102e64393
|
||||
CFLAGS="-w"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
armv*-musl)
|
||||
broken="https://build.voidlinux.eu/builders/armv6l-musl_builder/builds/12376/steps/shell_3/logs/stdio" ;;
|
||||
esac
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
armv*)
|
||||
configure_args+=" -DHAVE_FALLOC_PUNCH_HOLE_AND_KEEP_SIZE_EXITCODE=0" ;;
|
||||
|
|
Loading…
Reference in a new issue