aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-08-09 19:15:09 +0200
committerRasmus Thomsen <oss@cogitri.dev>2020-08-09 19:15:44 +0200
commit4a94d399e21b8c8d4737960f0db0936947564dd1 (patch)
tree7d2a70c0e8e2b83a0dfd41384587fbb5dc44c661
parent7a6a383f3322ec65c2c306663dfb5fff0a6657a1 (diff)
community/tectonic: disable on 32-bit arches, SIGSEGVs in tests
-rw-r--r--community/tectonic/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/community/tectonic/APKBUILD b/community/tectonic/APKBUILD
index aeeca5fa8f7..9a0cab1c70f 100644
--- a/community/tectonic/APKBUILD
+++ b/community/tectonic/APKBUILD
@@ -5,7 +5,9 @@ pkgver=0.1.12
pkgrel=3
pkgdesc="Tectonic is a modernized, complete, self-contained TeX/LaTeX engine"
url="https://tectonic-typesetting.github.io"
-arch="all !s390x !mips !mips64" # rust
+# s390x, mips*: rust
+# 32-bit: SIGSEGVs in tests
+arch="all !s390x !mips !mips64 !armhf !armv7 !x86"
license="MIT"
makedepends="
cargo