testing/typst: disable on some arches

This commit is contained in:
psykose 2023-04-26 17:33:39 +00:00
parent 2c8779cf35
commit 4c222686b8

View File

@ -5,7 +5,9 @@ pkgrel=0
pkgdesc="New markup-based typesetting system that is powerful and easy to learn"
url="https://github.com/typst/typst"
# s390x: 90% of tests fail due to endianness
arch="all !s390x"
# armhf: fails build
# s390x, ppc64le, riscv64: ring
arch="all !s390x !ppc64le !riscv64 !armhf"
license="Apache-2.0"
makedepends="
cargo