Skip to content

Commit

Permalink
Merge pull request adoptium#158 from llxia/test2
Browse files Browse the repository at this point in the history
Set LIGHT_WEIGHT_CHECKOUT to true
  • Loading branch information
AdamBrousseau authored Jun 1, 2023
2 parents 11ca8be + efcfd83 commit bb46577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/build/common/openjdk_build_pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ class Build {
}
def arch_os = "${arch}_${buildConfig.TARGET_OS}"
jobParams.put('ARCH_OS_LIST', arch_os)
jobParams.put('LIGHT_WEIGHT_CHECKOUT', false)
jobParams.put('LIGHT_WEIGHT_CHECKOUT', true)
return jobParams
}
/*
Expand Down

0 comments on commit bb46577

Please sign in to comment.