Skip to content

Commit e423646

Browse files
committed
Revert Intel build to leap 15.5
Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@hpe.com>
1 parent e10c8b2 commit e423646

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ pipeline {
741741
}
742742
}
743743
}
744-
stage('Build on Leap 15.6 with Intel-C and TARGET_PREFIX') {
744+
stage('Build on Leap 15.5 with Intel-C and TARGET_PREFIX') {
745745
when {
746746
beforeAgent true
747747
expression { !params.CI_leap15_NOBUILD && !skipStage() }
@@ -755,7 +755,7 @@ pipeline {
755755
deps_build: true) +
756756
" -t ${sanitized_JOB_NAME()}-leap15" +
757757
' --build-arg COMPILER=icc' +
758-
' --build-arg POINT_RELEASE=.6 '
758+
' --build-arg POINT_RELEASE=.5 '
759759

760760
}
761761
}

0 commit comments

Comments
 (0)