diff options
| author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-16 01:16:10 +0000 |
|---|---|---|
| committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-16 01:16:10 +0000 |
| commit | ba07c5570092bf7c02dccc550bd9b59aacfe6845 (patch) | |
| tree | e2f4f0b26b9de69b09848184dbbe9f63dc15cb17 /testing/quickjs | |
| parent | aea28e03601c7b6dcc90fe682a730cf305410e58 (diff) | |
| download | aports-ba07c5570092bf7c02dccc550bd9b59aacfe6845.tar.bz2 aports-ba07c5570092bf7c02dccc550bd9b59aacfe6845.tar.xz | |
testing/quickjs: disable on mips
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 82282aba0e..c0797f7c31 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 !s390x !ppc64le" # build segfaults on s390x and ppc64le +arch="all !s390x !ppc64le !mips !mips64" # build segfaults on s390x and ppc64le, requires hardfloat license="MIT" options="!check" # disabled because bug/issue on builders subpackages="$pkgname-doc $pkgname-static" |
