nushell: broken on ppc*

This commit is contained in:
q66 2021-07-22 21:34:47 +02:00
parent ad66ec8fe7
commit d56c3c6940

View file

@ -22,6 +22,10 @@ if [ "$XBPS_TARGET_WORDSIZE" != 64 ]; then
broken='https://build.voidlinux.org/builders/i686_builder/builds/33520/steps/shell_3/logs/stdio'
fi
case "$XBPS_TARGET_MACHINE" in
ppc*) broken="arrow-rs parquet is busted garbage";;
esac
post_install() {
vlicense LICENSE
}