rspamd: currently broken on i686.

This commit is contained in:
Enno Boland 2015-10-26 22:08:24 +01:00
parent ef077f98c3
commit 765ac3b36e

View file

@ -68,6 +68,10 @@ if [ "$CROSS_BUILD" ]; then
}
fi
if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
broken="http://build.voidlinux.eu/builders/i686_builder/builds/17817/steps/shell_3/logs/stdio"
fi
post_install() {
vsv rspamd
}