Skip to content

Commit

Permalink
Merge pull request #12805 from wenduwan/remove_rhel7
Browse files Browse the repository at this point in the history
ci: remove rhel7
  • Loading branch information
jsquyres committed Sep 10, 2024
2 parents e25e897 + 1c7b1b9 commit 6237037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/community-jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ println('Tests Completed')
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", "rhel7", "rhel8", "ubuntu_18.04"]
def platforms = ["amazon_linux_2", "amazon_linux_2-arm64", "rhel8", "ubuntu_18.04"]
def check_stages_list = []

// Build everything stage
Expand Down

0 comments on commit 6237037

Please sign in to comment.