From d643c0a6d0927a2fbc9a8f2c00eacf20cc866a96 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 14 Nov 2017 10:47:09 +0100 Subject: community/libmongoc: disable check which only prints warning on error anyway --- community/libmongoc/PKGBUILD | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'community') diff --git a/community/libmongoc/PKGBUILD b/community/libmongoc/PKGBUILD index 07549822..6dfd1110 100644 --- a/community/libmongoc/PKGBUILD +++ b/community/libmongoc/PKGBUILD @@ -1,2 +1,8 @@ # mongodb is not available for i686 checkdepends=("${checkdepends[@]/mongodb/}") + +# _this_ check function only prints a warning on failing tests - this will not be seen by the build slave & master anyway +if [ "$(declare -f check | sha512sum | cut -d' ' -f1)" = '87bfbc049fd94802f6fceaff393fa210f1679dba86d1a572a523b13eed5afa0d378695348194f5eb4d4a7629a7ff4cb5da0a763b858fbfe62813ee58f903aceb' ]; then + unset checkdepends + unset check +fi -- cgit v1.2.3