Skip to content
Snippets Groups Projects
Commit 13e3f913 authored by Leo's avatar Leo
Browse files

community/synapse: disable on armhf and armv7 due to test failures

parent 835bc7eb
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ pkgver=1.25.0 ...@@ -5,7 +5,7 @@ pkgver=1.25.0
pkgrel=0 pkgrel=0
pkgdesc="Matrix reference homeserver" pkgdesc="Matrix reference homeserver"
url="https://github.com/matrix-org/synapse" 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" license="Apache-2.0"
depends=" depends="
python3 python3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment