File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 47
47
run : |
48
48
export VERSION=${{ steps.branch_env.outputs.version }}
49
49
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
51
51
52
52
# move codes under build tool
53
53
mkdir ./apisix-build-tools/apisix
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ install_dependencies() {
27
27
28
28
# install openresty to make apisix's rpm test work
29
29
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
31
31
32
32
# install luarocks
33
33
./utils/linux-install-luarocks.sh
You can’t perform that action at this time.
0 commit comments