From b91ebb986902a839a9fbed0e22e4e00b48f5d0e9 Mon Sep 17 00:00:00 2001 From: psykose Date: Thu, 24 Nov 2022 06:04:21 +0000 Subject: [PATCH] community/flatbuffers: disable on s390x --- community/flatbuffers/APKBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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"