diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-03-15 17:28:13 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-03-15 17:28:13 +0000 |
commit | 47857f4ec57c07540b518349b815ffe20fb31774 (patch) | |
tree | 1e489f82218a9bb6c1912ab5e40e35f736afdc32 /testing/polyml | |
parent | 5e47127a07783ef8cd852ec5e51a7f55d14563f4 (diff) | |
download | aports-47857f4ec57c07540b518349b815ffe20fb31774.tar.bz2 aports-47857f4ec57c07540b518349b815ffe20fb31774.tar.xz |
testing/polyml: disable s390x
Build fails with:
> make[2]: *** [Makefile:1161: polyexport.o] Segmentation fault
Diffstat (limited to 'testing/polyml')
-rw-r--r-- | testing/polyml/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/polyml/APKBUILD b/testing/polyml/APKBUILD index df88656093..7721ba191b 100644 --- a/testing/polyml/APKBUILD +++ b/testing/polyml/APKBUILD @@ -5,7 +5,7 @@ pkgver=5.8 pkgrel=0 pkgdesc="ML97 compatible Standard ML implementation" url="https://www.polyml.org/" -arch="all !aarch64 !ppc64le" +arch="all !aarch64 !ppc64le !s390x" license="LGPL-2.1-only" depends="" depends_dev="" |