From 1b88d40e723cd075998aadeca8f1b68795bd3c32 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 1 Apr 2016 15:17:33 +0200 Subject: mongo-c-driver: only run tests on x86_64, mongodb-server on 32 bits is not supported --- mongo-c-driver.spec | 13 +++---------- 1 file 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 -- cgit