openj9 icon indicating copy to clipboard operation
openj9 copied to clipboard

Update docker script to build zLinux JDK with CRIU

Open VermaSh opened this issue 3 years ago • 1 comments

Signed-off-by: Shubham Verma [email protected]

VermaSh avatar Sep 19 '22 16:09 VermaSh

cc: @tajila @r30shah

VermaSh avatar Sep 19 '22 16:09 VermaSh

@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

VermaSh avatar Sep 26 '22 21:09 VermaSh

@r30shah / @tajila This is ready for review

VermaSh avatar Oct 03 '22 15:10 VermaSh

@vsebe please review

tajila avatar Oct 04 '22 13:10 tajila

@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 avatar Oct 05 '22 15:10 vsebe

@vsebe I have updated jenkinsfile-build-container.groovy. Please review

VermaSh avatar Oct 06 '22 14:10 VermaSh