aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-04-08 11:11:53 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-04-08 11:11:53 +0000
commit4dc192196b495eb6f5e11f6827cc23834c2fd001 (patch)
treec42f54532fbdc0731c4c5a273ad063da968731e4
parenteab5640b9d78e35f17c381353535a1ea1bfaf65d (diff)
downloadaports-4dc192196b495eb6f5e11f6827cc23834c2fd001.tar.bz2
aports-4dc192196b495eb6f5e11f6827cc23834c2fd001.tar.xz
testing/libyang: disable on s390x due to testsuite failure
-rw-r--r--testing/libyang/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/libyang/APKBUILD b/testing/libyang/APKBUILD
index 8c41b9117f..bf3d626875 100644
--- a/testing/libyang/APKBUILD
+++ b/testing/libyang/APKBUILD
@@ -6,7 +6,7 @@ _realver=${pkgver/_p/-r}
pkgrel=0
pkgdesc="YANG data modelling language parser and toolkit"
url="https://github.com/CESNET/libyang"
-arch="all"
+arch="all !s390x"
license="BSD-3-Clause-Clear"
depends=""
makedepends="bison cmake cmocka-dev flex pcre-dev"