diff --git a/srcpkgs/rspamd/template b/srcpkgs/rspamd/template index 1a9b08bc94b..4784de016e7 100644 --- a/srcpkgs/rspamd/template +++ b/srcpkgs/rspamd/template @@ -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 }