From 811a436a2bcd05249b51ff5a69f20bc812cb2eaa Mon Sep 17 00:00:00 2001 From: Ariadne Conill <ariadne@dereferenced.org> Date: Mon, 3 May 2021 18:34:19 -0600 Subject: [PATCH] main/ell: disable tests on ARM --- main/ell/APKBUILD | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/main/ell/APKBUILD b/main/ell/APKBUILD index fc213d794952..823cf57773ba 100644 --- a/main/ell/APKBUILD +++ b/main/ell/APKBUILD @@ -13,6 +13,10 @@ subpackages="$pkgname-dev" source="https://mirrors.edge.kernel.org/pub/linux/libs/ell/ell-$pkgver.tar.gz " +case "$CARCH" in +aarch64|arm*) options="!check" ;; +esac + build() { ./configure \ --build=$CBUILD \ -- GitLab