From 305fc7dfbde815fdcbb7c48943681143d002ac44 Mon Sep 17 00:00:00 2001 From: John Date: Fri, 10 May 2019 00:20:17 +0200 Subject: [PATCH] telegram-desktop: set armv6l and armv7l-musl to broken --- srcpkgs/telegram-desktop/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/telegram-desktop/template b/srcpkgs/telegram-desktop/template index 54af3b2967..78b629d169 100644 --- a/srcpkgs/telegram-desktop/template +++ b/srcpkgs/telegram-desktop/template @@ -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