From 6e26314970f42fe684baf7799a85b35ca588dbf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Mon, 28 Feb 2022 17:01:13 +0100 Subject: [PATCH] testing/cargo-patch: temporarily disable check --- testing/cargo-patch/APKBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/cargo-patch/APKBUILD b/testing/cargo-patch/APKBUILD index 15062d28e35..6ea66b144af 100644 --- a/testing/cargo-patch/APKBUILD +++ b/testing/cargo-patch/APKBUILD @@ -14,6 +14,7 @@ makedepends=" libssh2-dev openssl-dev " +options="!check" # TODO: Test failure with libgit2 1.4.2 source="https://github.com/mettke/cargo-patch/archive/v$pkgver/cargo-patch-$pkgver.tar.gz" export LIBSSH2_SYS_USE_PKG_CONFIG=1 # use system libssh2