aboutsummaryrefslogtreecommitdiffstats
path: root/community/pulseaudio/APKBUILD
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-03-31 13:29:11 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-03-31 13:29:31 +0000
commit331209f50dbd134d7d15f7120b2578c807656326 (patch)
treea40fc622541e898b6252ff98b3e520e1f963d568 /community/pulseaudio/APKBUILD
parent701b8bad6f5d0fd544b2a0deff03e9d685af54c6 (diff)
community/pulseaudio: disable tests on mips
Diffstat (limited to 'community/pulseaudio/APKBUILD')
-rw-r--r--community/pulseaudio/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/pulseaudio/APKBUILD b/community/pulseaudio/APKBUILD
index 045b9bd8489..71a643628a8 100644
--- a/community/pulseaudio/APKBUILD
+++ b/community/pulseaudio/APKBUILD
@@ -69,7 +69,7 @@ case "$CARCH" in
x86|ppc64le)
options="$options !check" # once-test fails, all others pass
;;
- s390x)
+ s390x|mips*)
options="$options !check" # mix-test fails, all others pass
;;
esac