GitHub user weizhouapache edited a comment on the discussion: Building Cloudstack DEB packages for Ubuntu
> mvn -P deps -DskipTests -T `nproc` && \ this step is not needed > ./build-deb.sh you can use skip the tests by ``` NODE_OPTIONS=--openssl-legacy-provider ACS_BUILD_OPTS="-DskipTests" ./build-deb.sh ``` GitHub link: https://github.com/apache/cloudstack/discussions/12177#discussioncomment-15139760 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
