aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mongo-c-driver
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-03-07 21:32:12 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-03-07 21:32:12 +0000
commite53ad050ec508c9457be50e7d6bf67f57f3ce030 (patch)
tree108bcfe87dc72817278ca94b00f6cd4e6fd5b824 /testing/mongo-c-driver
parentbc07771d1ad6ace56a9d0e57e4b2af356785ada4 (diff)
downloadaports-e53ad050ec508c9457be50e7d6bf67f57f3ce030.tar.bz2
aports-e53ad050ec508c9457be50e7d6bf67f57f3ce030.tar.xz
testing/mongo-c-driver: disable on x86 due to failing testsuite
Diffstat (limited to 'testing/mongo-c-driver')
-rw-r--r--testing/mongo-c-driver/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/mongo-c-driver/APKBUILD b/testing/mongo-c-driver/APKBUILD
index 55bb76308b..a84c149a81 100644
--- a/testing/mongo-c-driver/APKBUILD
+++ b/testing/mongo-c-driver/APKBUILD
@@ -4,7 +4,7 @@ pkgver=1.9.2
pkgrel=1
pkgdesc="Client library written in C for MongoDB"
url="https://github.com/mongodb/mongo-c-driver"
-arch="all"
+arch="all !x86" # testsuite fails on x86
license="Apache-2.0"
depends=
depends_dev="libressl-dev snappy-dev zlib-dev"