HuanXin-Chen commented on code in PR #11417:
URL: https://github.com/apache/apisix/pull/11417#discussion_r1692601476


##########
ci/common.sh:
##########
@@ -180,6 +180,8 @@ linux_get_dependencies () {
     apt update
     apt install -y cpanminus build-essential libncurses5-dev libreadline-dev 
libssl-dev perl libpcre3 libpcre3-dev libldap2-dev
     apt-get install -y libyaml-dev
+    wget 
https://github.com/libexpat/libexpat/releases/download/R_2_5_0/expat-2.5.0.tar.gz

Review Comment:
   This is because luaexpact depends on Expat and requires a version greater 
than 2.4; otherwise, it will throw an error. The Expat package in the CLI 
environment is less than version 2.4. I used the SDK: 
https://luarocks.org/modules/kong/lua-resty-aws/1.5.1-1.



-- 
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]

Reply via email to