From 16e6d5d899763d00b54c38baaf7b3e9cf12da755 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 21 Dec 2018 20:10:13 +0100 Subject: community/calibre: add CI=true to disable failing Bonjour testing --- community/calibre/PKGBUILD | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 community/calibre/PKGBUILD (limited to 'community/calibre') diff --git a/community/calibre/PKGBUILD b/community/calibre/PKGBUILD new file mode 100644 index 00000000..add1c241 --- /dev/null +++ b/community/calibre/PKGBUILD @@ -0,0 +1,7 @@ +# disable Bonjour testing on build slaves +eval "$( + declare -f check | \ + sed ' + s/.*setup.py test/CI=true &/g + ' +)" -- cgit v1.2.3