From 6f20e653aecc23d0f18a84fb8735a5e7fd41210f Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 9 Feb 2018 19:44:52 +0000 Subject: [PATCH] testing/flatbuffers: disable on s390x --- testing/flatbuffers/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/flatbuffers/APKBUILD b/testing/flatbuffers/APKBUILD index a3118a67934..a8a2f981ec4 100644 --- a/testing/flatbuffers/APKBUILD +++ b/testing/flatbuffers/APKBUILD @@ -4,7 +4,7 @@ pkgver=1.8.0 pkgrel=0 pkgdesc="Memory Efficient Serialization Library" url="http://google.github.io/flatbuffers/" -arch="all" +arch="all !s390x" license="Apache-2.0" depends="" depends_dev=""