Skip to content

Commit 7d430ba

Browse files
authored
ci: use latest version of build tools (#6765)
1 parent 51e75c0 commit 7d430ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/centos7-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
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

ci/centos7-ci.sh

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)