aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Daudt <kdaudt@alpinelinux.org>2020-06-25 16:50:21 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2020-06-25 16:50:21 +0000
commit85d1efad938d9e26ea53f14d2ba54d7aed28363a (patch)
treed8071fa4ea5aa8d2a7a8edd89b6991b138605362
parent4ac3c297e093b726986b4bb644ab2af5afbf5dd9 (diff)
downloadalpine_aports-85d1efad938d9e26ea53f14d2ba54d7aed28363a.tar.bz2
alpine_aports-85d1efad938d9e26ea53f14d2ba54d7aed28363a.tar.xz
alpine_aports-85d1efad938d9e26ea53f14d2ba54d7aed28363a.zip
testing/grafana: disable on mips(64)
go is missing
-rw-r--r--testing/grafana/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/grafana/APKBUILD b/testing/grafana/APKBUILD
index b6e4ceac8f..5bb22d3c7f 100644
--- a/testing/grafana/APKBUILD
+++ b/testing/grafana/APKBUILD
@@ -7,7 +7,7 @@ _commit=00ee734baf # git rev-parse --short HEAD
7_stamp=1591197571 # git --no-pager show -s --format=%ct 7_stamp=1591197571 # git --no-pager show -s --format=%ct
8pkgdesc="Open source, feature rich metrics dashboard and graph editor" 8pkgdesc="Open source, feature rich metrics dashboard and graph editor"
9url="https://grafana.com" 9url="https://grafana.com"
10arch="all" 10arch="all !mips !mips64" # go is missing
11license="Apache-2.0" 11license="Apache-2.0"
12makedepends="go" 12makedepends="go"
13install="$pkgname.pre-install" 13install="$pkgname.pre-install"