diff --git a/community/flatbuffers/APKBUILD b/community/flatbuffers/APKBUILD index 7b065a4407b..991a2d65e25 100644 --- a/community/flatbuffers/APKBUILD +++ b/community/flatbuffers/APKBUILD @@ -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"