From ed5c5416f115842b6c9068f6d5b55fe2180882da Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Milan=20P=2E=20Stani=C4=87?= <mps@arvanta.net>
Date: Tue, 4 May 2021 22:37:04 +0000
Subject: [PATCH] community/iwd: disable check, some builders fails

---
 community/iwd/APKBUILD | 1 +
 1 file changed, 1 insertion(+)

diff --git a/community/iwd/APKBUILD b/community/iwd/APKBUILD
index 6991650842cc..5ac7be9b0e76 100644
--- a/community/iwd/APKBUILD
+++ b/community/iwd/APKBUILD
@@ -8,6 +8,7 @@ url="https://iwd.wiki.kernel.org/"
 arch="all"
 license="LGPL-2.1-or-later"
 makedepends="dbus-dev readline-dev linux-headers"
+options="!check" # some builders fail on some test
 checkdepends="coreutils"
 subpackages="$pkgname-doc $pkgname-openrc"
 source="https://mirrors.edge.kernel.org/pub/linux/network/wireless/iwd-$pkgver.tar.gz
-- 
GitLab