aboutsummaryrefslogtreecommitdiffstats
path: root/testing/fstrm
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-08-28 15:40:27 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-08-28 15:40:27 +0000
commit63bad52bd3018317582652632e13694d2c03ebbc (patch)
tree3c54439897a701792ec8f36821979c87c59394b5 /testing/fstrm
parent5d768aafdf827c7aa3efb612653f847728d9e7f0 (diff)
downloadaports-63bad52bd3018317582652632e13694d2c03ebbc.tar.bz2
aports-63bad52bd3018317582652632e13694d2c03ebbc.tar.xz
testing/fstrm: disable on s390x due to test failure
Diffstat (limited to 'testing/fstrm')
-rw-r--r--testing/fstrm/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/fstrm/APKBUILD b/testing/fstrm/APKBUILD
index cce7355bf4..b3369a6bb6 100644
--- a/testing/fstrm/APKBUILD
+++ b/testing/fstrm/APKBUILD
@@ -5,7 +5,7 @@ pkgver="0.4.0"
pkgrel=0
pkgdesc="Frame Streams implementation in C"
url="https://github.com/farsightsec/fstrm"
-arch="all"
+arch="all !s390x"
license="Apache-2.0"
depends=""
depends_dev="libevent-dev"