mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-20 09:45:12 +03:00
testing/ruby-minitest-around: disable on s390x
/home/buildozer/aports/testing/ruby-minitest-around/src/minitest-around-0.5.0/lib/minitest/around/spec.rb:22: [BUG] vm_call_cfunc: cfp consistency error (0x000003ffaf57ea90, 0x000003ffaf57ea58) ruby 2.7.3p183 (2021-04-05 revision 6847ee089d) [s390x-linux-musl]
This commit is contained in:
parent
61d542b0ad
commit
c13c37685d
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@ pkgver=0.5.0
|
|||
pkgrel=0
|
||||
pkgdesc="Around block for minitest"
|
||||
url="https://github.com/splattael/minitest-around"
|
||||
arch="noarch"
|
||||
# s390x: ruby segfaults
|
||||
arch="noarch !s390x"
|
||||
license="MIT"
|
||||
depends="ruby ruby-minitest"
|
||||
source="https://github.com/splattael/minitest-around/archive/v$pkgver/$pkgname-$pkgver.tar.gz
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue