diff options
author | Milan P. Stanić <mps@arvanta.net> | 2019-09-09 20:17:07 +0200 |
---|---|---|
committer | Milan P. Stanić <mps@arvanta.net> | 2019-09-09 20:18:25 +0200 |
commit | c8ba0da2654ffdc8cc41e5903391af23aa6631ed (patch) | |
tree | 02cc3a109a32082eb027342e06d89e13fc2f1c64 /testing/quickjs | |
parent | 9e2de0bf3339e0c0ecb51ba7e007e09316d05026 (diff) | |
download | aports-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/APKBUILD | 2 |
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" |