mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-08 13:56:40 +02:00
community/jruby: disable on s390x due to build failure
# JRE version: OpenJDK Runtime Environment (11.0.11+9) (build
# 11.0.11+9-alpine-r0)
# Java VM: OpenJDK 64-Bit Server VM (11.0.11+9-alpine-r0, mixed mode,
# tiered, compressed oops, g1 gc, linux-s390x)
# Problematic frame:
# V [libjvm.so+0x45c13e]
This commit is contained in:
parent
311ed89c6e
commit
bf45c5a170
@ -5,7 +5,7 @@ pkgver=9.2.18.0
|
||||
pkgrel=0
|
||||
pkgdesc="An implementation of Ruby on the JVM"
|
||||
url="https://www.jruby.org/"
|
||||
arch="noarch !armhf !armv7 !mips !mips64 !ppc64le !x86" # limited by java-jffi
|
||||
arch="noarch !armhf !armv7 !mips !mips64 !ppc64le !x86 !s390x" # limited by java-jffi
|
||||
license="EPL-2.0 OR GPL-2.0-or-later OR LGPL-2.1-or-later AND Ruby"
|
||||
# libc6-compat: https://github.com/jnr/jnr-posix/issues/73
|
||||
depends="$pkgname-libs=$pkgver-r$pkgrel
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user