Skip to content

Commit 6237037

Browse files
authored
Merge pull request #12805 from wenduwan/remove_rhel7
ci: remove rhel7
2 parents e25e897 + 1c7b1b9 commit 6237037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/community-jenkins/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ println('Tests Completed')
5454
def prepare_check_stages() {
5555
def configure_options = ["--disable-dlopen", "--disable-oshmem", "--enable-builtin-atomic", "--enable-ipv6"]
5656
def compilers = ["clang10", "gcc5", "gcc6", "gcc7", "gcc8", "gcc9", "gcc10"]
57-
def platforms = ["amazon_linux_2", "amazon_linux_2-arm64", "rhel7", "rhel8", "ubuntu_18.04"]
57+
def platforms = ["amazon_linux_2", "amazon_linux_2-arm64", "rhel8", "ubuntu_18.04"]
5858
def check_stages_list = []
5959

6060
// Build everything stage

0 commit comments

Comments
 (0)