Skip to content

ci: Remove Ubuntu 18.04 (and gcc 5 / 6) #12950

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .ci/community-jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ println('Tests Completed')
// build stage is a map of different configurations to test.
def prepare_check_stages() {
def configure_options = ["--disable-dlopen", "--disable-oshmem", "--enable-builtin-atomic", "--enable-ipv6"]
def compilers = ["clang10", "gcc5", "gcc6", "gcc7", "gcc8", "gcc9", "gcc10"]
def platforms = ["amazon_linux_2", "amazon_linux_2-arm64", "rhel8", "ubuntu_18.04"]
def compilers = ["clang10", "gcc7", "gcc8", "gcc9", "gcc10"]
def platforms = ["amazon_linux_2", "amazon_linux_2-arm64", "rhel8"]
def check_stages_list = []

// Build everything stage
Expand Down
5 changes: 2 additions & 3 deletions docs/release-notes/platform.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,10 @@ that a release of Open MPI supports.
* Systems that have been tested are:

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

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

Expand Down
Loading