Pearl1594 commented on pull request #5602:
URL: https://github.com/apache/cloudstack/pull/5602#issuecomment-1064130972
Was able to finally get bo to pass the extended choice parameters -
centos7 packaging job output - which will be same for centos8/rocky8 and
suse:
```
Adding flags to package requested templates
++ rpm --eval '-Dsystemvm-kvm -Dsystemvm-xen'
+ FLAGS=' -Dnoredist -Dsystemvm-kvm -Dsystemvm-xen'
+ mvn -Psystemvm,developer -Dnoredist -Dsystemvm-kvm -Dsystemvm-xen clean
package
/root/.mavenrc: line 1: /usr/libexec/java_home: No such file or directory
OpenJDK 64-Bit Server VM warning: Ignoring option MaxPermSize; support was
removed in 8.0
[INFO] Scanning for projects...
[INFO]
------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
```
debian pkg output:
```
make[1]: Entering directory '/jenkins/workspace/deb-pkg-flags'
mvn clean package -Psystemvm,developer -Dsystemvm \
-Dcs.replace.properties=replace.properties.tmp \
-Dmaven.repo.local=/root/.m2/repository \
-Dnoredist -Dnonoss -Dsystemvm-kvm -Dsystemvm-xen
/usr/bin/mvn: 1: /root/.mavenrc: /usr/libexec/java_home: not found
OpenJDK 64-Bit Server VM warning: Ignoring option MaxPermSize; support was
removed in 8.0
[INFO] Scanning for projects...
[INFO] ------------------------------------------------
```
FYI, failures you see in centos8 and suse packing jobs are expected as they
aren't created - for testing
--
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]