From 4f04569dcb73365cb9ea17638d3eb5ab704be38e Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Tue, 1 Feb 2022 16:28:07 +0100 Subject: extra/wireplumber: disabled known failing tests on i486 --- extra/wireplumber/PKGBUILD | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/extra/wireplumber/PKGBUILD b/extra/wireplumber/PKGBUILD index 25760f4a..916aca78 100644 --- a/extra/wireplumber/PKGBUILD +++ b/extra/wireplumber/PKGBUILD @@ -18,3 +18,10 @@ eval "$( /mv.*docs.*/d ' )" + +# for now disable testing on i486, doesn't work at all but we want +# to satisfy dependencies and hope nobody uses it :) +if [ "$CARCH" == 'i486' ]; then + unset check + unset checkdepends +fi -- cgit v1.2.3-54-g00ecf