diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-27 23:37:54 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-27 23:37:54 +0000 |
commit | 64d24687cff5b3f0c9f8dd2873426b3497cf3b68 (patch) | |
tree | 526c62de6cc1eeb88094a7f9dd81354d7f189f88 /testing/mongodb-tools | |
parent | 1ea67e54733ed702f897f0878f7369fbcad3b630 (diff) | |
download | aports-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/APKBUILD | 2 |
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="" |