openj9
openj9 copied to clipboard
Update docker script to build zLinux JDK with CRIU
cc: @tajila @r30shah
@tajila on zLinux we have to use make all EXTRA_CMAKE_ARGS="-DCMAKE_LIBRARY_ARCHITECTURE=s390x-linux-gnu" to get a build. Do you have to specify EXTRA_CMAKE_ARGS="-DCMAKE_LIBRARY_ARCHITECTURE=... on x as well?
Update: Opened an issue for this: https://github.com/eclipse/omr/issues/6732
@r30shah / @tajila This is ready for review
@vsebe please review
@VermaSh Please add zlinux support to jenkinsfile-build-container.groovy too: https://github.com/eclipse-openj9/openj9/blob/52ab41fa82505d2b245129429bd419591b7d17d1/buildenv/jenkins/docker-nodes/jenkinsfile-build-container.groovy#L63
@vsebe I have updated jenkinsfile-build-container.groovy. Please review