community/flatbuffers: disable on s390x

This commit is contained in:
psykose 2022-11-24 06:04:21 +00:00
parent 67189dea62
commit b91ebb9869

View File

@ -5,8 +5,9 @@ pkgver=22.11.22
pkgrel=0
pkgdesc="Memory Efficient Serialization Library"
url="https://google.github.io/flatbuffers/"
# blocked by bus error in tests
arch="all !armhf"
# armhf: blocked by bus error in tests
# s390x: segfaults in tests
arch="all !armhf !s390x"
license="Apache-2.0"
depends_dev="flatc=$pkgver-r$pkgrel"
makedepends="cmake samurai"