From 647eca4c436ee5826cfc9013c1a99408808e134b Mon Sep 17 00:00:00 2001 From: Ariadne Conill <ariadne@dereferenced.org> Date: Mon, 13 Apr 2020 21:18:09 +0000 Subject: [PATCH] testing/signon-ui: disable on mips --- testing/signon-ui/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/signon-ui/APKBUILD b/testing/signon-ui/APKBUILD index 04dbc6833f0e..5b1ad3f4f4f2 100644 --- a/testing/signon-ui/APKBUILD +++ b/testing/signon-ui/APKBUILD @@ -4,7 +4,7 @@ pkgname=signon-ui pkgver=0.17_git20171023 pkgrel=0 _commit="4368bb77d9d1abc2978af514225ba4a42c29a646" -arch="all !ppc64le !s390x !armhf" # Blocked by qt5-qtwebengine +arch="all !ppc64le !s390x !armhf !mips !mips64" # Blocked by qt5-qtwebengine url="https://gitlab.com/accounts-sso/signon-ui-qt" pkgdesc="Signond Qt UI" license="GPL-3.0-only" -- GitLab