kdesignerplugin: mark as broken on aarch64 for now
This commit is contained in:
parent
7277b3e919
commit
96b174e96f
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@ if [ "$CROSS_BUILD" ]; then
|
|||
configure_args+=" -DMEINPROC5_EXECUTABLE=/usr/bin/meinproc5"
|
||||
fi
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
aarch64) broken="https://build.voidlinux.eu/builders/aarch64_builder/builds/11922/steps/shell_3/logs/stdio";;
|
||||
esac
|
||||
|
||||
kgendesignerplugin_package() {
|
||||
short_desc+=" - tool"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue