Skip to content

Commit 659d5e9

Browse files
committed
cxx: use /usr/local/openssl for graviton
1 parent 395c004 commit 659d5e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cxx/cxx-scripted-build-pipeline.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ stage("build") {
6666
} else if (platform == "m1") {
6767
envs.push("OPENSSL_ROOT_DIR=/opt/homebrew/opt/openssl")
6868
} else if (platform == "qe-grav2-amzn2") {
69+
envs.push("OPENSSL_ROOT_DIR=/usr/local/openssl")
6970
envs.push("CB_CC=/usr/bin/gcc10-cc")
7071
envs.push("CB_CXX=/usr/bin/gcc10-c++")
7172
} else if (platform == "amzn2") {

0 commit comments

Comments
 (0)