telegram-desktop: set armv6l and armv7l-musl to broken

This commit is contained in:
John 2019-05-10 00:20:17 +02:00
parent 54504c8343
commit 305fc7dfbd

View file

@ -65,6 +65,10 @@ case "$XBPS_TARGET_MACHINE" in
configure_args+=" -DUSE_LIBATOMIC=ON" ;;
esac
case "$XBPS_TARGET_MACHINE" in
armv6l|armv7l-musl) broken="https://build.voidlinux.org/builders/armv7l-musl_builder/builds/18664/steps/shell_3/logs/stdio";;
esac
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-devel"
fi