diff options
| author | Milan P. Stanić <mps@arvanta.net> | 2019-09-09 19:05:17 +0200 |
|---|---|---|
| committer | Milan P. Stanić <mps@arvanta.net> | 2019-09-09 19:05:17 +0200 |
| commit | bbb7943774ceaad9c9fcb97a48d3b036b10f8e8f (patch) | |
| tree | f460ea65872cfb5f2e92b002d2ce6ed702f6ee78 /testing/quickjs | |
| parent | 415d8fa1192dc152e47c2d8b2b5ca18f5dd2bd9c (diff) | |
| download | aports-bbb7943774ceaad9c9fcb97a48d3b036b10f8e8f.tar.bz2 aports-bbb7943774ceaad9c9fcb97a48d3b036b10f8e8f.tar.xz | |
testing/quickjs: disable check due builders issue
it passes check on local builders but not on official,
so check is disabled for now
move source url to be on same line as source variable
Diffstat (limited to 'testing/quickjs')
| -rw-r--r-- | testing/quickjs/APKBUILD | 4 |
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" |
