iwasakims opened a new pull request, #1347: URL: https://github.com/apache/bigtop/pull/1347
https://issues.apache.org/jira/browse/BIGTOP-4420 ``` [bigtop-select] $ /bin/bash -ex /tmp/jenkins1810671388621150548.sh + JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-arm64 + ./gradlew -POS=rockylinux-9 -Pprefix=3.4.0 -Pdocker-run-option=--privileged -Pmvn-cache-volume=true bigtop-select-clean bigtop-select-pkg-ind Starting a Gradle Daemon, 3 busy Daemons could not be reused, use --status for details FAILURE: Build failed with an exception. * What went wrong: Task 'bigtop-select-clean' not found in root project 'bigtop'. ``` `bigtop-select-*` tasks are not defined if the host OS is Debian family after [BIGTOP-4420](https://issues.apache.org/jira/browse/BIGTOP-4420). The intent was to avoid failure `./gradlew pkgs`. bigtop-select-pkg-ind and bigtop-select-clean should be defined for RPM packaging on Debian family host using container. I updated to exclude only bigtop-select-[s]pkg on Debian family host here. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
