From aff434bc6043f8b4e8faadb6c42584fe5bb0455f Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Wed, 8 Apr 2020 02:31:39 +0000 Subject: [PATCH] community/prometheus: disable on mips (no nodejs) --- community/prometheus/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/prometheus/APKBUILD b/community/prometheus/APKBUILD index 699e65c8d9a..0daf82d09ba 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"