File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4747 run : |
4848 export VERSION=${{ steps.branch_env.outputs.version }}
4949 sudo gem install --no-document fpm
50- git clone -b v2.2. 1 https://github.com/api7/apisix-build-tools.git
50+ git clone --depth 1 https://github.com/api7/apisix-build-tools.git
5151
5252 # move codes under build tool
5353 mkdir ./apisix-build-tools/apisix
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ install_dependencies() {
2727
2828 # install openresty to make apisix's rpm test work
2929 yum install -y yum-utils && yum-config-manager --add-repo https://openresty.org/package/centos/openresty.repo
30- yum install -y openresty openresty-debug openresty-openssl111-debug-devel pcre pcre-devel
30+ yum install -y openresty openresty-debug openresty-openssl111-debug-devel pcre pcre-devel openldap-devel
3131
3232 # install luarocks
3333 ./utils/linux-install-luarocks.sh
You can’t perform that action at this time.
0 commit comments