From c77bdc34d749c22ae4ebe28fbfbe1e25fbc6f76d Mon Sep 17 00:00:00 2001 From: Sertonix <sertonix@posteo.net> Date: Sun, 7 Jul 2024 23:14:30 +0200 Subject: [PATCH] community/umbrello: enable checks --- community/umbrello/APKBUILD | 5 ----- 1 file changed, 5 deletions(-) diff --git a/community/umbrello/APKBUILD b/community/umbrello/APKBUILD index 54bf6deb3a59..e92891d4353f 100644 --- a/community/umbrello/APKBUILD +++ b/community/umbrello/APKBUILD @@ -34,11 +34,6 @@ checkdepends="xvfb-run" subpackages="$pkgname-doc $pkgname-lang" _repo_url="https://invent.kde.org/sdk/umbrello.git" source="https://download.kde.org/stable/release-service/$pkgver/src/umbrello-$pkgver.tar.xz" -options="!check" # Broken - -case "$CARCH" in - ppc64le|armv7) options="!check";; # FIXME: testsuite fails -esac build() { cmake -B build -G Ninja \ -- GitLab