aboutsummaryrefslogtreecommitdiffstats
path: root/testing/quickjs
diff options
context:
space:
mode:
authorMilan P. Stanić <mps@arvanta.net>2019-09-09 20:17:07 +0200
committerMilan P. Stanić <mps@arvanta.net>2019-09-09 20:18:25 +0200
commitc8ba0da2654ffdc8cc41e5903391af23aa6631ed (patch)
tree02cc3a109a32082eb027342e06d89e13fc2f1c64 /testing/quickjs
parent9e2de0bf3339e0c0ecb51ba7e007e09316d05026 (diff)
downloadaports-c8ba0da2654ffdc8cc41e5903391af23aa6631ed.tar.bz2
aports-c8ba0da2654ffdc8cc41e5903391af23aa6631ed.tar.xz
testing/quickjs: disable on s390x and ppc64le
build segfaults on s390x and ppc64le
Diffstat (limited to 'testing/quickjs')
-rw-r--r--testing/quickjs/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/quickjs/APKBUILD b/testing/quickjs/APKBUILD
index ffe95a7da9..9203091ce7 100644
--- a/testing/quickjs/APKBUILD
+++ b/testing/quickjs/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.${_pkgver//-}
pkgrel=0
pkgdesc="A small and embeddable Javascript engine"
url="https://bellard.org/quickjs/"
-arch="all" # Tests fail on all arches
+arch="all !s390x !ppc64le" # build segfaults on s390x and ppc64le
license="MIT"
options="!check" # disabled because bug/issue on builders
subpackages="$pkgname-doc $pkgname-static"