You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2022/04/01 01:30:28 UTC

[apisix] branch release/2.10 updated: ci: use latest version of build tools (#6765)

This is an automated email from the ASF dual-hosted git repository.

spacewander pushed a commit to branch release/2.10
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/release/2.10 by this push:
     new 7d430ba  ci: use latest version of build tools (#6765)
7d430ba is described below

commit 7d430ba73e5b5915970a89f0b9f4bbbfc86e7960
Author: leslie <59...@users.noreply.github.com>
AuthorDate: Fri Apr 1 09:30:23 2022 +0800

    ci: use latest version of build tools (#6765)
---
 .github/workflows/centos7-ci.yml | 2 +-
 ci/centos7-ci.sh                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/centos7-ci.yml b/.github/workflows/centos7-ci.yml
index be5f430..68d92d0 100644
--- a/.github/workflows/centos7-ci.yml
+++ b/.github/workflows/centos7-ci.yml
@@ -47,7 +47,7 @@ jobs:
       run: |
         export VERSION=${{ steps.branch_env.outputs.version }}
         sudo gem install --no-document fpm
-        git clone -b v2.2.1 https://github.com/api7/apisix-build-tools.git
+        git clone --depth 1 https://github.com/api7/apisix-build-tools.git
 
         # move codes under build tool
         mkdir ./apisix-build-tools/apisix
diff --git a/ci/centos7-ci.sh b/ci/centos7-ci.sh
index 19bdf18..05f8eb4 100755
--- a/ci/centos7-ci.sh
+++ b/ci/centos7-ci.sh
@@ -27,7 +27,7 @@ install_dependencies() {
 
     # install openresty to make apisix's rpm test work
     yum install -y yum-utils && yum-config-manager --add-repo https://openresty.org/package/centos/openresty.repo
-    yum install -y openresty openresty-debug openresty-openssl111-debug-devel pcre pcre-devel
+    yum install -y openresty openresty-debug openresty-openssl111-debug-devel pcre pcre-devel openldap-devel
 
     # install luarocks
     ./utils/linux-install-luarocks.sh