apache-jmeter: don't build on zero-using machines
This commit is contained in:
parent
902c82acdf
commit
b75c171003
1 changed files with 5 additions and 0 deletions
|
@ -11,6 +11,11 @@ homepage="https://jmeter.apache.org/"
|
|||
distfiles="http://apache.osuosl.org/jmeter/source/apache-jmeter-${version}_src.tgz"
|
||||
checksum=727d7c0cf2b72c0c3983c603a6700df7b797dbcbf19dcd7fa2aa457627324ff0
|
||||
|
||||
case "$XBPS_MACHINE" in
|
||||
ppc64*) ;;
|
||||
ppc*|arm*|mips*) broken="too slow" ;;
|
||||
esac
|
||||
|
||||
do_build() {
|
||||
# Tests fail -- they are too dependent on networking environment
|
||||
gradle -PchecksumIgnore -x test createDist
|
||||
|
|
Loading…
Reference in a new issue