yuweizzz commented on code in PR #10515:
URL: https://github.com/apache/apisix/pull/10515#discussion_r1418279714
##########
.github/workflows/fuzzing-ci.yaml:
##########
@@ -56,15 +56,6 @@ jobs:
source ./ci/common.sh
export_version_info
export_or_prefix
- wget -qO - https://openresty.org/package/pubkey.gpg | sudo apt-key add
-
- sudo apt-get update
- sudo apt-get -y install software-properties-common
- sudo add-apt-repository -y "deb http://openresty.org/package/ubuntu
$(lsb_release -sc) main"
- sudo apt-get update
- sudo apt-get install -y git curl openresty-openssl111-dev unzip make
gcc libldap2-dev
- ./utils/linux-install-luarocks.sh
-
- make deps
Review Comment:
They are finished in `do_install` and `before_install`.
--
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]