smiklosovic commented on a change in pull request #9: CASSANDRA-14712 - Cassandra 4.0 packaging support URL: https://github.com/apache/cassandra-builds/pull/9#discussion_r269420748
########## File path: docker/build-debs.sh ########## @@ -78,7 +87,12 @@ fi # Install build dependencies and build package echo "y" | sudo mk-build-deps --install + +unset JAVA8_HOME +unset JAVA_HOME + Review comment: This had to be done otherwise following `dpkg-buildpackage` complained that `JAVA_HOME` can not be set like it was set at the beginning of this file. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cassandra.apache.org For additional commands, e-mail: dev-h...@cassandra.apache.org