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 395c004 commit 659d5e9Copy full SHA for 659d5e9
cxx/cxx-scripted-build-pipeline.groovy
@@ -66,6 +66,7 @@ stage("build") {
66
} else if (platform == "m1") {
67
envs.push("OPENSSL_ROOT_DIR=/opt/homebrew/opt/openssl")
68
} else if (platform == "qe-grav2-amzn2") {
69
+ envs.push("OPENSSL_ROOT_DIR=/usr/local/openssl")
70
envs.push("CB_CC=/usr/bin/gcc10-cc")
71
envs.push("CB_CXX=/usr/bin/gcc10-c++")
72
} else if (platform == "amzn2") {
0 commit comments