From a655c1f4dd559a5bd0f0142330770f23c2c0d0c9 Mon Sep 17 00:00:00 2001 From: Marek Skalický Date: Aug 14 2017 09:23:10 +0000 Subject: Add workaround for missing HEAPCHECK failure (gperftools) on s390x --- diff --git a/mongodb.spec b/mongodb.spec index 41e790d..7524a24 100644 --- a/mongodb.spec +++ b/mongodb.spec @@ -363,6 +363,8 @@ done < ./build/unittests.txt %check +# workaround for https://github.com/gperftools/gperftools/issues/917 +export HEAPCHECK= %if %runselftest # More info about testing: # http://www.mongodb.org/about/contributors/tutorial/test-the-mongodb-server/