mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 22:07:19 +02:00
testing/typst: disable on some arches
This commit is contained in:
parent
2c8779cf35
commit
4c222686b8
@ -5,7 +5,9 @@ pkgrel=0
|
|||||||
pkgdesc="New markup-based typesetting system that is powerful and easy to learn"
|
pkgdesc="New markup-based typesetting system that is powerful and easy to learn"
|
||||||
url="https://github.com/typst/typst"
|
url="https://github.com/typst/typst"
|
||||||
# s390x: 90% of tests fail due to endianness
|
# 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"
|
license="Apache-2.0"
|
||||||
makedepends="
|
makedepends="
|
||||||
cargo
|
cargo
|
||||||
|
Loading…
Reference in New Issue
Block a user