Skip to content

Commit 0bdbb45

Browse files
authored
Merge pull request #12950 from bwbarrett/cleanup/jenkins-retire-old-stuff
ci: Remove Ubuntu 18.04 (and gcc 5 / 6)
2 parents e3da345 + 27075e7 commit 0bdbb45

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
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

docs/release-notes/platform.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,10 @@ that a release of Open MPI supports.
2727
* Systems that have been tested are:
2828

2929
* Linux (various flavors/distros), 64 bit (x86, ppc, aarch64),
30-
with gcc (>=4.8.x+), clang (>=3.6.0), Absoft (fortran), Intel,
30+
with gcc/gfortran (>=7.x+), clang (>=10.x), Intel,
3131
and Portland (be sure to also see :ref:`the Compiler Notes
3232
section <compiler-notes-section-label>`)
33-
* macOS (10.14-10.15, 11.x, 12.x), 64 bit (x86_64) with XCode
34-
compilers
33+
* macOS (14.x, 15.x), 64 bit (x86_64) with XCode compilers
3534

3635
* Other systems have been lightly (but not fully) tested:
3736

0 commit comments

Comments
 (0)