We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e25e897 commit 1c7b1b9Copy full SHA for 1c7b1b9
.ci/community-jenkins/Jenkinsfile
@@ -54,7 +54,7 @@ println('Tests Completed')
54
def prepare_check_stages() {
55
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", "rhel7", "rhel8", "ubuntu_18.04"]
+ def platforms = ["amazon_linux_2", "amazon_linux_2-arm64", "rhel8", "ubuntu_18.04"]
58
def check_stages_list = []
59
60
// Build everything stage
0 commit comments