diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-04-01 15:17:33 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-04-01 15:17:33 +0200 |
commit | 1b88d40e723cd075998aadeca8f1b68795bd3c32 (patch) | |
tree | d72ecbf7186e05b246efee7d89fc925b193a2676 | |
parent | 406e5002487f3c50da0f3e1bed1ab28389fff5fd (diff) |
mongo-c-driver: only run tests on x86_64, mongodb-server on 32 bits is not supported
-rw-r--r-- | mongo-c-driver.spec | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/mongo-c-driver.spec b/mongo-c-driver.spec index 000dda3..a9673ad 100644 --- a/mongo-c-driver.spec +++ b/mongo-c-driver.spec @@ -11,21 +11,14 @@ %global libname libmongoc %global libver 1.0 -%if 0%{?fedora} < 24 -%ifarch %{arm} -# mongodb on arm is broken for now, see #1303864 -%global with_tests 0%{?_with_tests:1} -%else -%global with_tests 0%{!?_without_tests:1} -%endif -%else %ifarch x86_64 %global with_tests 0%{!?_without_tests:1} %else -# mongodb on i386/F24+ is broken for now, see #1313018 +# See https://jira.mongodb.org/browse/CDRIVER-1186 +# 32-bit MongoDB support was officially deprecated +# in MongoDB 3.2, and support is being removed in 3.4. %global with_tests 0%{?_with_tests:1} %endif -%endif Name: mongo-c-driver Summary: Client library written in C for MongoDB |