aboutsummaryrefslogtreecommitdiff
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
parente045f093af466b4d7f159b9e6e4eb8c2834cb6fc (diff)
downloadalpine_aports-8d0996958f02cef498aa3bd211a357e3ef4c5473.tar.bz2
alpine_aports-8d0996958f02cef498aa3bd211a357e3ef4c5473.tar.xz
alpine_aports-8d0996958f02cef498aa3bd211a357e3ef4c5473.zip
community/influxdb: disable on armhf due to test failure
-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
7_branch=1.7 # Keep in sync with $pkgver 7_branch=1.7 # Keep in sync with $pkgver
8pkgdesc="Scalable datastore for metrics, events, and real-time analytics" 8pkgdesc="Scalable datastore for metrics, events, and real-time analytics"
9url="https://www.influxdata.com/time-series-platform/influxdb/" 9url="https://www.influxdata.com/time-series-platform/influxdb/"
10arch="all !x86" # many tests fail on x86, it's unclear whether it works at all. 10arch="all !x86 !armhf" # many tests fail on x86, it's unclear whether it works at all.
11license="MIT" 11license="MIT"
12makedepends="go dep asciidoc xmlto" 12makedepends="go dep asciidoc xmlto"
13install="$pkgname.pre-install" 13install="$pkgname.pre-install"