mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +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"
|
timeval-t.patch"
|
||||||
builddir="$srcdir"/$pkgname-$pkgver
|
builddir="$srcdir"/$pkgname-$pkgver
|
||||||
|
|
||||||
|
case "$CARCH" in
|
||||||
|
armhf) options="!check" ;; # FIXME
|
||||||
|
esac
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$builddir"
|
cd "$builddir"
|
||||||
./configure \
|
./configure \
|
||||||
|
Loading…
Reference in New Issue
Block a user