mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
community/xapian-core: disable tests on armhf
http://build.alpinelinux.org/buildlogs/build-edge-armhf/community/xapian-core/xapian-core-1.4.4-r1.log
This commit is contained in:
parent
9b851db841
commit
c8c613f8c7
@ -16,6 +16,10 @@ source="http://oligarchy.co.uk/xapian/$pkgver/$pkgname-$pkgver.tar.xz
|
||||
timeval-t.patch"
|
||||
builddir="$srcdir"/$pkgname-$pkgver
|
||||
|
||||
case "$CARCH" in
|
||||
armhf) options="!check" ;; # FIXME
|
||||
esac
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
./configure \
|
||||
|
Loading…
Reference in New Issue
Block a user