From 3f92b940c56ae0a7aa6388d252400974fe0c910c Mon Sep 17 00:00:00 2001 From: Bart Ribbers <bribbers@disroot.org> Date: Fri, 18 Jun 2021 10:05:12 +0200 Subject: [PATCH] community/apache-ant: disable on riscv64 --- community/apache-ant/APKBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/community/apache-ant/APKBUILD b/community/apache-ant/APKBUILD index b3b04106b9d5..d3214f0a3e2a 100644 --- a/community/apache-ant/APKBUILD +++ b/community/apache-ant/APKBUILD @@ -6,8 +6,9 @@ pkgver=1.10.10 pkgrel=1 pkgdesc="A java-based build tool" url="https://ant.apache.org/" -arch="noarch !mips !mips64" -options="!check" # Needs itself for testing. +# mips64 and riscv64 blocked by java-jdk +arch="noarch !mips64 !riscv64" +options="!check" # Needs itself for testing. license="Apache-2.0" depends="java-jdk" source="https://downloads.apache.org/ant/binaries/apache-ant-$pkgver-bin.tar.xz" -- GitLab