Skip to content

Commit

Permalink
Merge pull request #8781 from keithc-ca/zos-debug-image
Browse files Browse the repository at this point in the history
Build debug-image on z/OS
  • Loading branch information
pshipton committed Mar 6, 2020
2 parents 9df787a + b91cc15 commit 78b0b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildenv/jenkins/common/build.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ def checkoutRef (REF) {
def build() {
stage('Compile') {
// 'all' target dependencies broken for zos, use 'images test-image-openj9'
def make_target = SPEC.contains('zos') ? 'images test-image-openj9' : 'all'
def make_target = SPEC.contains('zos') ? 'images test-image-openj9 debug-image' : 'all'
OPENJDK_CLONE_DIR = "${env.WORKSPACE}/${OPENJDK_CLONE_DIR}"
withEnv(BUILD_ENV_VARS_LIST) {
dir(OPENJDK_CLONE_DIR) {
Expand Down

0 comments on commit 78b0b19

Please sign in to comment.