aboutsummaryrefslogtreecommitdiffstats
path: root/community/ruby-concurrent-ruby/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/ruby-concurrent-ruby/APKBUILD')
-rw-r--r--community/ruby-concurrent-ruby/APKBUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/community/ruby-concurrent-ruby/APKBUILD b/community/ruby-concurrent-ruby/APKBUILD
index 835a1f2d0a..b0c561e404 100644
--- a/community/ruby-concurrent-ruby/APKBUILD
+++ b/community/ruby-concurrent-ruby/APKBUILD
@@ -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"