Skip to content

Commit 57d1c1a

Browse files
committed
ci: Remove Ubuntu 18.04 (and gcc 5 / 6)
Ubuntu 18.04 is EOL, so will not be supported in the next version of Open MPI. Remove from main's list of CI builders. Ubuntu 18 was the last distro still including GCC 5 and GCC 6, so remove them as well. Signed-off-by: Brian Barrett <[email protected]>
1 parent c6766bb commit 57d1c1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci/community-jenkins/Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ println('Tests Completed')
5353
// build stage is a map of different configurations to test.
5454
def prepare_check_stages() {
5555
def configure_options = ["--disable-dlopen", "--disable-oshmem", "--enable-builtin-atomic", "--enable-ipv6"]
56-
def compilers = ["clang10", "gcc5", "gcc6", "gcc7", "gcc8", "gcc9", "gcc10"]
57-
def platforms = ["amazon_linux_2", "amazon_linux_2-arm64", "rhel8", "ubuntu_18.04"]
56+
def compilers = ["clang10", "gcc7", "gcc8", "gcc9", "gcc10"]
57+
def platforms = ["amazon_linux_2", "amazon_linux_2-arm64", "rhel8"]
5858
def check_stages_list = []
5959

6060
// Build everything stage

0 commit comments

Comments
 (0)