We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 395c004 commit a5a2f84Copy full SHA for a5a2f84
1 file changed
cxx/cxx-scripted-build-pipeline.groovy
@@ -57,6 +57,10 @@ stage("build") {
57
} else {
58
unstash "couchbase-cxx-client"
59
}
60
+// DELETE once CBD-5357 is closed
61
+if (platform == "qe-grav2-amzn2") {
62
+ sh("sudo yum install -y openssl11-devel openssl11-static")
63
+}
64
65
66
stage("build") {
0 commit comments