aboutsummaryrefslogtreecommitdiffstats
path: root/community/pulseaudio/APKBUILD
diff options
context:
space:
mode:
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 3225f650c3..fa56d5d70b 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() {