apache-kafka: skip on ppc32
This commit is contained in:
parent
356f39f4d5
commit
e600f74ee0
1 changed files with 5 additions and 0 deletions
|
@ -12,6 +12,11 @@ homepage="https://kafka.apache.org"
|
|||
distfiles="http://apache.mirrors.ionfish.org/kafka/${version}/kafka-${version}-src.tgz"
|
||||
checksum=d09efde300c1027e0289de1a1d2da093ecce6b182250e03f05215fb044f24f8b
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
ppc64*) ;;
|
||||
ppc*) broken="no JVM JIT, making this too slow to be practical";;
|
||||
esac
|
||||
|
||||
do_configure() {
|
||||
./gradlew
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue