diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-03-07 21:46:59 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-03-07 21:46:59 +0000 |
commit | 0045f1f2f03a32cfea785889c678801271ba85b3 (patch) | |
tree | e87d239e47ebd47bddc18002b630084e85c7a9be /testing/mongo-c-driver | |
parent | f0f42f08b3b213ad41f0c47991eaea68b91757e4 (diff) | |
download | aports-0045f1f2f03a32cfea785889c678801271ba85b3.tar.bz2 aports-0045f1f2f03a32cfea785889c678801271ba85b3.tar.xz |
testing/mongo-c-driver: disable on armhf due to failing tests
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 a84c149a81..2029d45976 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 !x86" # testsuite fails on x86 +arch="all !x86 !armhf" # testsuite fails on x86 and armhf license="Apache-2.0" depends= depends_dev="libressl-dev snappy-dev zlib-dev" |