diff options
author | Mike Sullivan <mksully22@gmail.com> | 2018-11-01 17:30:17 +0000 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2018-11-03 16:53:27 +0200 |
commit | 31fad8172231841ee4ae4b3cf31cc81104686187 (patch) | |
tree | a0391e8688c9dc1327b00d0d93f1d7a5e59c9133 /testing/moarvm | |
parent | 05086982d05049fe253fe765ba461a895c2d3cbc (diff) | |
download | aports-31fad8172231841ee4ae4b3cf31cc81104686187.tar.bz2 aports-31fad8172231841ee4ae4b3cf31cc81104686187.tar.xz |
testing/rakudo: fix 08-performance/99-misc.t test break by increasing performance tolerance
Also bump testing/moarvm and testing/nqp to cause stucked builders
Diffstat (limited to 'testing/moarvm')
-rw-r--r-- | testing/moarvm/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/moarvm/APKBUILD b/testing/moarvm/APKBUILD index 84f42f780b..248f9e9b57 100644 --- a/testing/moarvm/APKBUILD +++ b/testing/moarvm/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Curt Tilmes <Curt.Tilmes@nasa.gov> pkgname=moarvm pkgver=2018.10 -pkgrel=0 +pkgrel=1 pkgdesc="A VM for NQP And Rakudo Perl 6" url="http://moarvm.org/" arch="all" |