diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-05-10 12:58:44 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-05-10 12:58:44 +0200 |
commit | 4b5f56059ec30df80dd26bea095bcac480270843 (patch) | |
tree | c167cedce67b854a8f7e6256b4de13567eed197c | |
parent | c88c9670c68d7b6dfe6a0b5d67792c57c09b0c61 (diff) | |
download | packages-4b5f56059ec30df80dd26bea095bcac480270843.tar.xz |
extra/xapian-core: no testing on i486
-rw-r--r-- | extra/xapian-core/PKGBUILD | 4 |
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 |