testing/jreleaser: disable on ppc64le

This commit is contained in:
psykose 2023-03-06 18:28:20 +00:00
parent 275a034361
commit 678a45153e

View File

@ -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"