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.
2 parents 20d2335 + f061c7d commit adee1a4Copy full SHA for adee1a4
.ci/community-jenkins/Jenkinsfile
@@ -71,7 +71,7 @@ def prepare_check_stages() {
71
72
for (configure_option in configure_options) {
73
def name = "Configure: ${configure_option}".replaceAll("-", "")
74
- build_parallel_map.put(name, prepare_build(name, "(ec2&&linux)", "--configure-args \\\"${configure_option}\\\""))
+ build_parallel_map.put(name, prepare_build(name, "amazon_linux_2", "--configure-args \\\"${configure_option}\\\""))
75
}
76
77
build_parallel_map.put("distcheck", prepare_build("distcheck", "tarball_build", "--distcheck"))
0 commit comments