From 13e3f9132f2918cf78dd04b3faf436560ac074dd Mon Sep 17 00:00:00 2001 From: Leo <thinkabit.ukim@gmail.com> Date: Thu, 14 Jan 2021 01:36:00 -0300 Subject: [PATCH] community/synapse: disable on armhf and armv7 due to test failures --- community/synapse/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/synapse/APKBUILD b/community/synapse/APKBUILD index 32f5004f6a59..c3cfb2834e34 100644 --- a/community/synapse/APKBUILD +++ b/community/synapse/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.25.0 pkgrel=0 pkgdesc="Matrix reference homeserver" url="https://github.com/matrix-org/synapse" -arch="noarch !s390x !ppc64le" # Tests fail +arch="noarch !armv7 !armhf !s390x !ppc64le" # Tests fail license="Apache-2.0" depends=" python3 -- GitLab