prison: set broken for armv6l-musl
This commit is contained in:
parent
cd8b4cbe31
commit
7c017a6022
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,10 @@ if [ "$CROSS_BUILD" ];then
|
|||
hostmakedepends+=" qt5-qmake qt5-host-tools"
|
||||
fi
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
armv6l-musl) broken="https://build.voidlinux.org/builders/armv6l-musl_builder/builds/20920/steps/shell_3/logs/stdio";;
|
||||
esac
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue