From 56f6070929abff7755daae8a6347bf2d1ff9311e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Sun, 18 Aug 2019 19:10:46 +0200 Subject: [PATCH] community/gitea: disable check on armhf Tests are aborted for some reason, currently don't have access to a hardware platform using this architecture. Disabling for now. --- community/gitea/APKBUILD | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/community/gitea/APKBUILD b/community/gitea/APKBUILD index 5dfa4c9d1c5..bae09d2c3de 100644 --- a/community/gitea/APKBUILD +++ b/community/gitea/APKBUILD @@ -22,6 +22,10 @@ source="${pkgname}-${pkgver}.tar.gz::https://github.com/go-gitea/$pkgname/archiv " builddir="$srcdir/src/code.gitea.io/$pkgname" +case "$CARCH" in +armhf) options="!check" ;; # FIXME +esac + prepare() { mkdir -p ${builddir%/*} mv "$srcdir"/$pkgname-$pkgver "$builddir"/