diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-08-23 12:52:24 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-08-23 12:52:24 +0000 |
commit | e129d95ea81ee0b1776580b20e4c3a7f79eb023d (patch) | |
tree | 0c9fcaa6601afc67a5d19aebfb7c50f77477a9bc /community/cloudi | |
parent | 1dfe645d0b5a1f759c7513025843a1a38dee3771 (diff) | |
download | aports-e129d95ea81ee0b1776580b20e4c3a7f79eb023d.tar.bz2 aports-e129d95ea81ee0b1776580b20e4c3a7f79eb023d.tar.xz |
community/cloudi: disable on s390x due to check failure
testsuite fails
Diffstat (limited to 'community/cloudi')
-rw-r--r-- | community/cloudi/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/cloudi/APKBUILD b/community/cloudi/APKBUILD index 28d692c10c..5ff60e6982 100644 --- a/community/cloudi/APKBUILD +++ b/community/cloudi/APKBUILD @@ -33,7 +33,7 @@ pkgrel=4 pkgdesc="Cloud computing framework for efficient, scalable, and stable soft-realtime event processing." url="https://cloudi.org/" license="MIT" -arch="all" +arch="all !s390x" depends="erlang g++" makedepends="autoconf |