community/ruby-concurrent-ruby: disable check on armhf for now

This commit is contained in:
Jakub Jirutka 2017-12-26 01:48:45 +01:00
parent cb6b327147
commit 4ff38d5dca

View File

@ -16,6 +16,11 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/ruby-concurrency/$_gemname/a
ungit-gemspec.patch"
builddir="$srcdir/$_gemname-$pkgver"
case "$CARCH" in
# XXX: Two test fail, see https://github.com/ruby-concurrency/concurrent-ruby/issues/689
armhf) options="!check";;
esac
build() {
cd "$builddir"