mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-11-03 18:01:55 +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
|
pkgrel=0
|
||||||
pkgdesc="Release projects quickly and easily with JReleaser"
|
pkgdesc="Release projects quickly and easily with JReleaser"
|
||||||
url="https://jreleaser.org/"
|
url="https://jreleaser.org/"
|
||||||
# riscv64 blocked by openjdk8/java-jdk
|
# aarch64: openjdk currently segfaults
|
||||||
# aarch64 failed with Gradle 7.5.1 & Java 17
|
# ppc64le: openjdk hangs
|
||||||
# 32-bit: no jdk11
|
# riscv64, 32-bit: no jdk11
|
||||||
arch="all !aarch64 !armv7 !armhf !x86 !riscv64"
|
arch="all !aarch64 !ppc64le !armv7 !armhf !x86 !riscv64"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
depends="openjdk11-jdk"
|
depends="openjdk11-jdk"
|
||||||
makedepends="gradle"
|
makedepends="gradle"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user