bradh352 commented on PR #12586:
URL: https://github.com/apache/cloudstack/pull/12586#issuecomment-3915046131

   I should mention I built on ubuntu 22.04, and tested on ubuntu 24.04 this 
using this build sequence:
   ```
   curl -fsSL https://deb.nodesource.com/setup_22.x | sudo bash - && \
   sudo apt-get update && \
   sudo apt-get install -y build-essential git devscripts debhelper 
openjdk-17-jdk libws-commons-util-java genisoimage libcommons-codec-java 
libcommons-httpclient-java liblog4j1.2-java maven nodejs 
python3-mysql.connector python2 python-setuptools jq && \
   git clone -b 4.22.0.0 https://github.com/apache/cloudstack && \
   wget 
https://patch-diff.githubusercontent.com/raw/apache/cloudstack/pull/11932.patch 
&& \
   wget 
https://patch-diff.githubusercontent.com/raw/apache/cloudstack/pull/11967.patch 
&& \
   wget 
https://patch-diff.githubusercontent.com/raw/apache/cloudstack/pull/12586.patch 
&& \
   cd cloudstack && \
   git switch -c dev-build && \
   git config user.email "[email protected]" && \
   git am < ../11932.patch && \
   git am < ../11967.patch && \
   git am < ../12586.patch && \
   ./tools/build/setnextversion.sh -v 4.22.0.3 -n -b dev-build -s $(pwd) && \
   cd packaging && \
   NODE_OPTIONS=--openssl-legacy-provider ACS_BUILD_OPTS="-DskipTests -T 
`nproc`" ./build-deb.sh
   ```
   
   (A couple other patches were pulled in that our environment needs)


-- 
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]

Reply via email to