diff options
-rw-r--r-- | testing/csync2/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/csync2/APKBUILD b/testing/csync2/APKBUILD index 6fdbb2ae25..857cd6c2aa 100644 --- a/testing/csync2/APKBUILD +++ b/testing/csync2/APKBUILD @@ -5,7 +5,8 @@ pkgver=2.0 pkgrel=0 pkgdesc="Cluster synchronization tool" url="http://oss.linbit.com/csync2/" -arch="all" +# ppc64le: failed to build +arch="all !ppc64le" license="GPL-2.0-or-later" options="!check" # tests needs to modify system's network config makedepends="autoconf automake bison flex gnutls-dev librsync-dev sqlite-dev" |