mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
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.
This commit is contained in:
parent
fd473add1a
commit
56f6070929
@ -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"/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user