summaryrefslogtreecommitdiff
path: root/extra/xapian-core/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-05-10 12:58:44 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2021-05-10 12:58:44 +0200
commit4b5f56059ec30df80dd26bea095bcac480270843 (patch)
treec167cedce67b854a8f7e6256b4de13567eed197c /extra/xapian-core/PKGBUILD
parentc88c9670c68d7b6dfe6a0b5d67792c57c09b0c61 (diff)
downloadpackages-4b5f56059ec30df80dd26bea095bcac480270843.tar.xz
extra/xapian-core: no testing on i486
Diffstat (limited to 'extra/xapian-core/PKGBUILD')
-rw-r--r--extra/xapian-core/PKGBUILD4
1 files changed, 4 insertions, 0 deletions
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