diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-05 10:56:09 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-05 10:56:09 -0300 |
commit | de6b6731e56db05587d3be7cdac1ffebb22f1f76 (patch) | |
tree | 7e0abbddbe969457569d5c3e64f90c424a0c9871 /testing/synapse | |
parent | 1e8d91a75e69816000c301a24b01bf0436e4873b (diff) | |
download | aports-de6b6731e56db05587d3be7cdac1ffebb22f1f76.tar.bz2 aports-de6b6731e56db05587d3be7cdac1ffebb22f1f76.tar.xz |
testing/synapse: limit on s390x
Diffstat (limited to 'testing/synapse')
-rw-r--r-- | testing/synapse/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/synapse/APKBUILD b/testing/synapse/APKBUILD index 12d207f641..d127d0883a 100644 --- a/testing/synapse/APKBUILD +++ b/testing/synapse/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.2.1 pkgrel=0 pkgdesc="Matrix reference homeserver" url="https://github.com/matrix-org/synapse" -arch="noarch" +arch="noarch !s390x" # Tests fail license="Apache-2.0" depends=" python3 |