diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2017-08-19 18:22:27 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2017-08-19 18:23:59 +0200 |
commit | c8c613f8c75296d26889dea86679a1fa0944bd75 (patch) | |
tree | 76c1f71a211ecd1d76902686853e0a589a707684 /community/xapian-core/APKBUILD | |
parent | 9b851db8412c1aa0ef307ed24b2aa1efc3f4a7ec (diff) | |
download | aports-c8c613f8c75296d26889dea86679a1fa0944bd75.tar.bz2 aports-c8c613f8c75296d26889dea86679a1fa0944bd75.tar.xz |
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
Diffstat (limited to 'community/xapian-core/APKBUILD')
-rw-r--r-- | community/xapian-core/APKBUILD | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/community/xapian-core/APKBUILD b/community/xapian-core/APKBUILD index 4e49a90e42..543a20ff2a 100644 --- a/community/xapian-core/APKBUILD +++ b/community/xapian-core/APKBUILD @@ -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 \ |