AlinsRan commented on code in PR #10724:
URL: https://github.com/apache/apisix/pull/10724#discussion_r1437322451
##########
ci/common.sh:
##########
@@ -25,7 +25,8 @@ export_or_prefix() {
export OPENRESTY_PREFIX="/usr/local/openresty"
export
APISIX_MAIN="https://raw.githubusercontent.com/apache/apisix/master/apisix-master-0.rockspec"
export
PATH=$OPENRESTY_PREFIX/nginx/sbin:$OPENRESTY_PREFIX/luajit/bin:$OPENRESTY_PREFIX/bin:$PATH
- export OPENSSL111_BIN=$OPENRESTY_PREFIX/openssl111/bin/openssl
+ export OPENSSL_PREFIX=$OPENRESTY_PREFIX/openssl3
+ export OPENSSL_BIN=$OPENSSL_PREFIX/bin/openssl
Review Comment:
Openssl3 is the directory, and openssl is a binary program.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]