mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-11-02 17:31:32 +01:00
testing/jreleaser: disable on ppc64le
This commit is contained in:
parent
275a034361
commit
678a45153e
@ -5,10 +5,10 @@ pkgver=1.5.0
|
||||
pkgrel=0
|
||||
pkgdesc="Release projects quickly and easily with JReleaser"
|
||||
url="https://jreleaser.org/"
|
||||
# riscv64 blocked by openjdk8/java-jdk
|
||||
# aarch64 failed with Gradle 7.5.1 & Java 17
|
||||
# 32-bit: no jdk11
|
||||
arch="all !aarch64 !armv7 !armhf !x86 !riscv64"
|
||||
# aarch64: openjdk currently segfaults
|
||||
# ppc64le: openjdk hangs
|
||||
# riscv64, 32-bit: no jdk11
|
||||
arch="all !aarch64 !ppc64le !armv7 !armhf !x86 !riscv64"
|
||||
license="Apache-2.0"
|
||||
depends="openjdk11-jdk"
|
||||
makedepends="gradle"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user