rspamd: currently broken on i686.
This commit is contained in:
parent
ef077f98c3
commit
765ac3b36e
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue