aboutsummaryrefslogtreecommitdiffstats
path: root/community/pulseaudio/APKBUILD
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-17 19:05:29 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-09-17 19:06:31 -0300
commitda92cb9e860579b51bc174b1e1f8b21a43d70a83 (patch)
treeb72254ce9c67ebc7ba61504cb141c751d136e722 /community/pulseaudio/APKBUILD
parentda262cb6d0ae6125a6e762f88c13966ceeede04b (diff)
community/pulseaudio: disable tests on s390x
Diffstat (limited to 'community/pulseaudio/APKBUILD')
-rw-r--r--community/pulseaudio/APKBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/community/pulseaudio/APKBUILD b/community/pulseaudio/APKBUILD
index 3225f650c3e..fa56d5d70b8 100644
--- a/community/pulseaudio/APKBUILD
+++ b/community/pulseaudio/APKBUILD
@@ -69,6 +69,9 @@ case "$CARCH" in
x86|ppc64le)
options="$options !check" # once-test fails, all others pass
;;
+ s390x)
+ options="$options !check" # mix-test fails, all others pass
+ ;;
esac
build() {