Skip to content

Commit 1c05245

Browse files
committed
dist builder: Remove Ubuntu 18 references
Signed-off-by: Brian Barrett <[email protected]>
1 parent 0ca7a76 commit 1c05245

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jenkins/open-mpi.dist.create-tarball.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import java.text.SimpleDateFormat
1414

1515
def rpm_builder = 'amazon_linux_2'
16-
def manpage_builder = 'ubuntu_18.04'
16+
def manpage_builder = 'ubuntu_20.04'
1717

1818
def release_version
1919
def branch
@@ -146,7 +146,7 @@ make distcheck"""
146146
},
147147

148148
"tarball test suites" : {
149-
node('gcc5') {
149+
node('gcc10') {
150150
stage('Tarball Test Build') {
151151
remove_build_directory('openmpi-*')
152152
sh """aws s3 cp ${build_prefix}/${tarball} ${tarball}

0 commit comments

Comments
 (0)