diff options
-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=" |