diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-09-04 09:36:37 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-09-04 11:04:56 +0000 |
commit | ade5c31fb71d7949916f067818a91aff24ca6953 (patch) | |
tree | 9c815732befd7c3b5c0c0f72174c1f8ad4c03116 | |
parent | d3b9ecbb2a8b6bb87037812d1098d19fb1f22602 (diff) | |
download | aports-ade5c31fb71d7949916f067818a91aff24ca6953.tar.bz2 aports-ade5c31fb71d7949916f067818a91aff24ca6953.tar.xz |
community/ruby-mathematical: disabel checks
Checks seems to fail with ruby 2.6. disable checks for now.
-rw-r--r-- | community/ruby-mathematical/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/community/ruby-mathematical/APKBUILD b/community/ruby-mathematical/APKBUILD index 3fb52ec572..be87fa875b 100644 --- a/community/ruby-mathematical/APKBUILD +++ b/community/ruby-mathematical/APKBUILD @@ -15,6 +15,7 @@ checkdepends="mtex2mml-fixtures ruby-io-console ruby-irb ruby-json source="$pkgname-$pkgver.tar.gz::https://github.com/gjtorikian/$_gemname/archive/v$pkgver.tar.gz use-system-mtex2mml-fixtures.patch" builddir="$srcdir/$_gemname-$pkgver" +options="!check" # check fails with ruby 2.6. disable for now prepare() { default_prepare |