From afbdd94fa736afe5ade43b124d43598da84e803e Mon Sep 17 00:00:00 2001 From: ptrcnull <git@ptrcnull.me> Date: Sun, 27 Oct 2024 15:50:44 +0100 Subject: [PATCH] community/mauikit: disable check --- community/mauikit/APKBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/community/mauikit/APKBUILD b/community/mauikit/APKBUILD index c1c85089a9c0..f321c230d061 100644 --- a/community/mauikit/APKBUILD +++ b/community/mauikit/APKBUILD @@ -37,6 +37,7 @@ makedepends="$depends_dev _repo_url="https://invent.kde.org/maui/mauikit.git" source="https://download.kde.org/stable/maui/mauikit/$pkgver/mauikit-$pkgver.tar.xz" subpackages="$pkgname-dev" +options="!check" # no tests were found build() { cmake -B build -G Ninja \ -- GitLab