From 4b5f56059ec30df80dd26bea095bcac480270843 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 10 May 2021 12:58:44 +0200 Subject: extra/xapian-core: no testing on i486 --- extra/xapian-core/PKGBUILD | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 extra/xapian-core/PKGBUILD (limited to 'extra/xapian-core/PKGBUILD') diff --git a/extra/xapian-core/PKGBUILD b/extra/xapian-core/PKGBUILD new file mode 100644 index 00000000..ede1c838 --- /dev/null +++ b/extra/xapian-core/PKGBUILD @@ -0,0 +1,4 @@ +# no tests on i486 (endless loop or simply too slow?) +if [ "${CARCH}" = "i486" ]; then + unset check +fi -- cgit v1.2.3-54-g00ecf