sekikn commented on PR #1333: URL: https://github.com/apache/bigtop/pull/1333#issuecomment-2693402597
+1, tested on Debian 12 as follows. Thanks @iwasakims for fixing it. ``` $ curl -sL https://github.com/apache/bigtop/pull/1333.diff | git apply $ cd docker/bigtop-puppet $ ./build.sh trunk-debian-12 $ cd - $ cd docker/bigtop-slaves $ ./build.sh trunk-debian-12 $ cd - $ ./gradlew allclean bigtop-utils-pkg-ind -POS=debian-12 -Pdocker-run-option="--privileged" ... BUILD SUCCESSFUL in 10s ``` -- 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]
