mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
community/xapian-core: disable tests on mips
This commit is contained in:
parent
88b346857a
commit
6e4df21273
@ -15,6 +15,7 @@ source="http://oligarchy.co.uk/xapian/$pkgver/xapian-core-$pkgver.tar.xz
|
||||
case "$CARCH" in
|
||||
arm*) options="!check" ;; # FIXME
|
||||
s390x) options="!check" ;; # FIXME
|
||||
mips*) options="!check" ;; # FIXME
|
||||
esac
|
||||
|
||||
# secfixes:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user