diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-02-09 19:44:52 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-02-10 15:07:38 +0000 |
commit | 6f20e653aecc23d0f18a84fb8735a5e7fd41210f (patch) | |
tree | 618dbfbba4919405b699712085af9c94fab2451d /testing/flatbuffers | |
parent | a5512b88769fdd070102c5988955d1dcd33d4ce2 (diff) | |
download | aports-6f20e653aecc23d0f18a84fb8735a5e7fd41210f.tar.bz2 aports-6f20e653aecc23d0f18a84fb8735a5e7fd41210f.tar.xz |
testing/flatbuffers: disable on s390x
Diffstat (limited to 'testing/flatbuffers')
-rw-r--r-- | testing/flatbuffers/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/flatbuffers/APKBUILD b/testing/flatbuffers/APKBUILD index a3118a6793..a8a2f981ec 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="" |