weizhouapache commented on pull request #4668: URL: https://github.com/apache/cloudstack/pull/4668#issuecomment-785423569
> > @DaanHoogland It is needed in 4.13 to fix [DEB Builder](https://github.com/khos2ow/cloudstack-deb-builder); however, it must be merged forward on 4.14, 4.15 and master too. > > @GutoVeronezi I've pull docker image ubuntu1604 and ubuntu1804 from the repo you mentioned. > it seems it does not support cloudstack 4.14/4.15 and master, because it has openjdk8, but we use openjdk11 to build 4.14/4.15 and master. > > my suggestion: > can you add "-DskipTests" to mvn command in the build-deb.sh ? I tested the following, it works (1) checkout 4.15 (2) changed mvn command in tools/docker/Dockerfile to `RUN mvn -Pdeveloper -Dsimulator clean install` (3) run 'docker build -f tools/docker/Dockerfile -t cloudstack:4.15 .', all are good. so I think 4.15 does not have this issue. ---------------------------------------------------------------- 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: [email protected]
