aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Daudt <kdaudt@alpinelinux.org>2020-06-26 04:40:10 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2020-06-26 04:40:10 +0000
commit3a421e9fced64b8e2d0891d9e37fc82f3a943a91 (patch)
treeb78c6b5ebaf2fc738722b17d00e55d78c753fb6b
parent30066783874efa0045cbf8ef2b730b4edbe2dfa7 (diff)
downloadalpine_aports-3a421e9fced64b8e2d0891d9e37fc82f3a943a91.tar.bz2
alpine_aports-3a421e9fced64b8e2d0891d9e37fc82f3a943a91.tar.xz
alpine_aports-3a421e9fced64b8e2d0891d9e37fc82f3a943a91.zip
testing/tea: disable on mips(64)
go is missing
-rw-r--r--testing/tea/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/tea/APKBUILD b/testing/tea/APKBUILD
index 2d4cd2138e..8abb487fac 100644
--- a/testing/tea/APKBUILD
+++ b/testing/tea/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.3.1
5pkgrel=0 5pkgrel=0
6pkgdesc="A command line tool to interact with Gitea servers" 6pkgdesc="A command line tool to interact with Gitea servers"
7url="https://gitea.com/gitea/tea" 7url="https://gitea.com/gitea/tea"
8arch="all" 8arch="all !mips !mips64" # go is missing
9license="MIT" 9license="MIT"
10makedepends="go" 10makedepends="go"
11options="!check" # no testsuite 11options="!check" # no testsuite