diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-03-07 21:32:12 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-03-07 21:32:12 +0000 |
commit | e53ad050ec508c9457be50e7d6bf67f57f3ce030 (patch) | |
tree | 108bcfe87dc72817278ca94b00f6cd4e6fd5b824 /testing/mongo-c-driver | |
parent | bc07771d1ad6ace56a9d0e57e4b2af356785ada4 (diff) | |
download | aports-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/APKBUILD | 2 |
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" |