aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mongodb-tools
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2016-08-27 23:37:54 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2016-08-27 23:37:54 +0000
commit64d24687cff5b3f0c9f8dd2873426b3497cf3b68 (patch)
tree526c62de6cc1eeb88094a7f9dd81354d7f189f88 /testing/mongodb-tools
parent1ea67e54733ed702f897f0878f7369fbcad3b630 (diff)
downloadaports-64d24687cff5b3f0c9f8dd2873426b3497cf3b68.tar.bz2
aports-64d24687cff5b3f0c9f8dd2873426b3497cf3b68.tar.xz
testing/mongodb-tools: disable on aarch64
https://github.com/golang/go/issues/11981
Diffstat (limited to 'testing/mongodb-tools')
-rw-r--r--testing/mongodb-tools/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/mongodb-tools/APKBUILD b/testing/mongodb-tools/APKBUILD
index 729ee8ed00..dada056dfe 100644
--- a/testing/mongodb-tools/APKBUILD
+++ b/testing/mongodb-tools/APKBUILD
@@ -5,7 +5,7 @@ pkgver=r3.2.4
pkgrel=0
pkgdesc="The MongoDB tools provide import, export, and diagnostic capabilities."
url="https://github.com/mongodb/mongo-tools"
-arch="all"
+arch="all !aarch64"
license="apache"
depends="libsasl"
depends_dev=""