aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mozjs60
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-12-05 17:23:36 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-12-05 17:23:36 +0000
commitf5a148e609303ad9e5348aa1156a807ac44543ad (patch)
treeb8d6d37f34159391326e6662f4fd59e249054ad7 /testing/mozjs60
parentea692023a0e207ecac2c9a4132edd88d964c6856 (diff)
downloadaports-f5a148e609303ad9e5348aa1156a807ac44543ad.tar.bz2
aports-f5a148e609303ad9e5348aa1156a807ac44543ad.tar.xz
testing/mozjs60: disable s390x due to check failure
Fails with: make[1]: Leaving directory '/home/buildozer/aports/testing/mozjs60/src/firefox-60.0.2/js/src' testXDR_sourceMap Segmentation fault
Diffstat (limited to 'testing/mozjs60')
-rw-r--r--testing/mozjs60/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/mozjs60/APKBUILD b/testing/mozjs60/APKBUILD
index df5b28a53b..8ad7a31e6e 100644
--- a/testing/mozjs60/APKBUILD
+++ b/testing/mozjs60/APKBUILD
@@ -5,7 +5,7 @@ _majver=${pkgver%%.*}
pkgrel=1
pkgdesc="standalone mozilla javascript engine"
url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey/Releases/38"
-arch="all !armhf !armv7"
+arch="all !armhf !armv7 !s390x"
license="LGPL"
depends=""
depends_dev="icu-dev nspr-dev libffi-dev readline-dev"