mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
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"
|
distfiles="http://apache.mirrors.ionfish.org/kafka/${version}/kafka-${version}-src.tgz"
|
||||||
checksum=d09efde300c1027e0289de1a1d2da093ecce6b182250e03f05215fb044f24f8b
|
checksum=d09efde300c1027e0289de1a1d2da093ecce6b182250e03f05215fb044f24f8b
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
ppc64*) ;;
|
||||||
|
ppc*) broken="no JVM JIT, making this too slow to be practical";;
|
||||||
|
esac
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
./gradlew
|
./gradlew
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue