aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-02-09 19:44:52 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-02-10 15:07:38 +0000
commit6f20e653aecc23d0f18a84fb8735a5e7fd41210f (patch)
tree618dbfbba4919405b699712085af9c94fab2451d /testing
parenta5512b88769fdd070102c5988955d1dcd33d4ce2 (diff)
testing/flatbuffers: disable on s390x
Diffstat (limited to 'testing')
-rw-r--r--testing/flatbuffers/APKBUILD2
1 files changed, 1 insertions, 1 deletions
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=""