aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2021-01-27 06:03:39 -0300
committerLeo <thinkabit.ukim@gmail.com>2021-01-27 06:04:42 -0300
commite49d7477612283b8995879a525f0c18c97ae6f79 (patch)
tree48057b7867c7946c2ca54a9a3ba12233b0478274
parente257c4388a96ce56eadddc38e43f87a15af067f9 (diff)
testing/gron: disable on mips64
-rw-r--r--testing/gron/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/gron/APKBUILD b/testing/gron/APKBUILD
index 9d7b175e1fa..06dd969575c 100644
--- a/testing/gron/APKBUILD
+++ b/testing/gron/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.6.1
pkgrel=0
pkgdesc="Make JSON greppable"
url="https://github.com/tomnomnom/gron"
-arch="all"
+arch="all !mips64" # go-less
license="MIT"
makedepends="go>=1.11"
source="gron-$pkgver.tar.gz::https://github.com/tomnomnom/gron/archive/v$pkgver.tar.gz"