From 2b59a94ef29e819b6ba53b779c35bc12faed34d2 Mon Sep 17 00:00:00 2001 From: Leo Date: Sun, 15 Sep 2019 10:59:50 -0300 Subject: community/pulseaudio: disable tests on x86 and ppc64le --- community/pulseaudio/APKBUILD | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'community/pulseaudio/APKBUILD') diff --git a/community/pulseaudio/APKBUILD b/community/pulseaudio/APKBUILD index 6f09377e21..3225f650c3 100644 --- a/community/pulseaudio/APKBUILD +++ b/community/pulseaudio/APKBUILD @@ -65,6 +65,12 @@ source="https://freedesktop.org/software/pulseaudio/releases/pulseaudio-$pkgver. $pkgname.confd " +case "$CARCH" in + x86|ppc64le) + options="$options !check" # once-test fails, all others pass + ;; +esac + build() { meson \ --prefix=/usr \ -- cgit v1.2.3