aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-08 02:31:39 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-08 02:31:39 +0000
commitaff434bc6043f8b4e8faadb6c42584fe5bb0455f (patch)
treee5f08ae14f30fd172e81912092574f5b8ed2050a /community
parent5ecabd0bb1370a7323833e8feaefede7e0baf08d (diff)
downloadaports-aff434bc6043f8b4e8faadb6c42584fe5bb0455f.tar.bz2
aports-aff434bc6043f8b4e8faadb6c42584fe5bb0455f.tar.xz
community/prometheus: disable on mips (no nodejs)
Diffstat (limited to 'community')
-rw-r--r--community/prometheus/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/prometheus/APKBUILD b/community/prometheus/APKBUILD
index 699e65c8d9..0daf82d09b 100644
--- a/community/prometheus/APKBUILD
+++ b/community/prometheus/APKBUILD
@@ -4,7 +4,7 @@ pkgver=2.17.1
pkgrel=0
pkgdesc="The Prometheus monitoring system and time series database"
url="https://github.com/prometheus/prometheus"
-arch="all"
+arch="all !mips !mips64"
license="Apache-2.0"
options="!check" # Broken by integrations we don't care about
install="prometheus.pre-install"