aboutsummaryrefslogtreecommitdiffstats
path: root/testing/rstcheck
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-08 02:00:00 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-11-08 02:00:00 -0300
commit922eb56ed8843744ea97424cf3433382063342d0 (patch)
treeda9c262eacb4c5bc0b098b84254cf72d8ab6504a /testing/rstcheck
parent9d3950163cab1a007a9c4f5f1438ae50e63825ab (diff)
downloadaports-922eb56ed8843744ea97424cf3433382063342d0.tar.bz2
aports-922eb56ed8843744ea97424cf3433382063342d0.tar.xz
testing/rstcheck: disable on ppc64le and s390x
Diffstat (limited to 'testing/rstcheck')
-rw-r--r--testing/rstcheck/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/rstcheck/APKBUILD b/testing/rstcheck/APKBUILD
index 515119ca19..20d28ce2e8 100644
--- a/testing/rstcheck/APKBUILD
+++ b/testing/rstcheck/APKBUILD
@@ -6,7 +6,8 @@ pkgver=3.3.1
pkgrel=1
pkgdesc="Checks syntax of reStructuredText and code blocks nested within it"
url="https://github.com/myint/rstcheck"
-arch="noarch"
+# s390x ppc64le: tests fail
+arch="noarch !s390x !ppc64le"
license="MIT"
depends="python3 py3-docutils py3-setuptools"
checkdepends="bash"