diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-17 19:05:29 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-17 19:06:31 -0300 |
commit | da92cb9e860579b51bc174b1e1f8b21a43d70a83 (patch) | |
tree | b72254ce9c67ebc7ba61504cb141c751d136e722 /community/pulseaudio | |
parent | da262cb6d0ae6125a6e762f88c13966ceeede04b (diff) | |
download | aports-da92cb9e860579b51bc174b1e1f8b21a43d70a83.tar.bz2 aports-da92cb9e860579b51bc174b1e1f8b21a43d70a83.tar.xz |
community/pulseaudio: disable tests on s390x
Diffstat (limited to 'community/pulseaudio')
-rw-r--r-- | community/pulseaudio/APKBUILD | 3 |
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() { |