aboutsummaryrefslogtreecommitdiffstats
path: root/testing/quickjs
diff options
context:
space:
mode:
Diffstat (limited to 'testing/quickjs')
-rw-r--r--testing/quickjs/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/quickjs/APKBUILD b/testing/quickjs/APKBUILD
index 79eaac3639..ffe95a7da9 100644
--- a/testing/quickjs/APKBUILD
+++ b/testing/quickjs/APKBUILD
@@ -7,9 +7,9 @@ pkgdesc="A small and embeddable Javascript engine"
url="https://bellard.org/quickjs/"
arch="all" # Tests fail on all arches
license="MIT"
+options="!check" # disabled because bug/issue on builders
subpackages="$pkgname-doc $pkgname-static"
-source="
- https://bellard.org/quickjs/quickjs-$_pkgver.tar.xz
+source="https://bellard.org/quickjs/quickjs-$_pkgver.tar.xz
00-makefile.patch
"
builddir="$srcdir/$pkgname-$_pkgver"