aboutsummaryrefslogtreecommitdiffstats
path: root/community/influxdb/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2020-01-22 18:23:34 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2020-01-22 18:24:19 +0000
commit8d0996958f02cef498aa3bd211a357e3ef4c5473 (patch)
tree8a243fbf229e8671b57d342650581d1a70edd6d8 /community/influxdb/APKBUILD
parente045f093af466b4d7f159b9e6e4eb8c2834cb6fc (diff)
downloadaports-8d0996958f02cef498aa3bd211a357e3ef4c5473.tar.bz2
aports-8d0996958f02cef498aa3bd211a357e3ef4c5473.tar.xz
community/influxdb: disable on armhf due to test failure
Diffstat (limited to 'community/influxdb/APKBUILD')
-rw-r--r--community/influxdb/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/influxdb/APKBUILD b/community/influxdb/APKBUILD
index 90b857f16e..df929d6a8b 100644
--- a/community/influxdb/APKBUILD
+++ b/community/influxdb/APKBUILD
@@ -7,7 +7,7 @@ _commit=23bc63d43 # git rev-parse --short HEAD
_branch=1.7 # Keep in sync with $pkgver
pkgdesc="Scalable datastore for metrics, events, and real-time analytics"
url="https://www.influxdata.com/time-series-platform/influxdb/"
-arch="all !x86" # many tests fail on x86, it's unclear whether it works at all.
+arch="all !x86 !armhf" # many tests fail on x86, it's unclear whether it works at all.
license="MIT"
makedepends="go dep asciidoc xmlto"
install="$pkgname.pre-install"