diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-07 15:27:43 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-07 15:27:54 -0300 |
commit | 90c25e85cfb23639e9125b24249928bcd6789564 (patch) | |
tree | d2c0178e73db95c8913fcd7c5373cc3f2bb388a9 /testing/quickjs | |
parent | 621c44439c51383dc5b0d67900f7d3fc159a481e (diff) | |
download | aports-90c25e85cfb23639e9125b24249928bcd6789564.tar.bz2 aports-90c25e85cfb23639e9125b24249928bcd6789564.tar.xz |
testing/quickjs: disable on all arches
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 180e617457..b5ad0419e1 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" +arch="" # Tests fail on all arches license="MIT" subpackages="$pkgname-doc $pkgname-static" source=" |