From 9b012fc8790caab71ac4f83f5349ac2db0b573cd Mon Sep 17 00:00:00 2001 From: Kevin Daudt Date: Sun, 5 Jul 2020 15:21:45 +0000 Subject: [PATCH] testing/micro: disable on mips(64) go is missing --- testing/micro/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/micro/APKBUILD b/testing/micro/APKBUILD index 40888ac02e9..18acf48f3e9 100644 --- a/testing/micro/APKBUILD +++ b/testing/micro/APKBUILD @@ -10,7 +10,7 @@ _commithash=60846f549ccd02598dea5889992f1e4cddc8e86d pkgdesc="A modern and intuitive terminal-based text editor" url="https://micro-editor.github.io/" options="!check chmod-clean" -arch="all" +arch="all !mips !mips64" # go is missing license="MIT" makedepends="go" subpackages="$pkgname-doc"