From 676b7cf5edc06c7c11d77a61748f9609512990d8 Mon Sep 17 00:00:00 2001
From: psykose <alice@ayaya.dev>
Date: Thu, 14 Jul 2022 12:40:04 +0000
Subject: [PATCH] testing/dolt: disable on armv7

---
 testing/dolt/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testing/dolt/APKBUILD b/testing/dolt/APKBUILD
index a673c03cb647..2b2f70d1f93d 100644
--- a/testing/dolt/APKBUILD
+++ b/testing/dolt/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.40.17
 pkgrel=0
 pkgdesc="Dolt – It's Git for Data"
 url="https://www.dolthub.com"
-arch="all !x86 !armhf"
+arch="all !x86 !armhf !armv7" # fails on 32-bit
 license="Apache-2.0"
 options="!check chmod-clean"
 makedepends="go"
-- 
GitLab