Skip to content

Commit a5a2f84

Browse files
committed
cxx: install openssl 1.1 on graviton
1 parent 395c004 commit a5a2f84

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cxx/cxx-scripted-build-pipeline.groovy

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ stage("build") {
5757
} else {
5858
unstash "couchbase-cxx-client"
5959
}
60+
// DELETE once CBD-5357 is closed
61+
if (platform == "qe-grav2-amzn2") {
62+
sh("sudo yum install -y openssl11-devel openssl11-static")
63+
}
6064
}
6165
}
6266
stage("build") {

0 commit comments

Comments
 (0)