mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-09 14:28:23 +02:00
community/ruby-concurrent-ruby: disable check on armhf for now
This commit is contained in:
parent
cb6b327147
commit
4ff38d5dca
@ -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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user