You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ma...@apache.org on 2021/09/22 06:13:26 UTC

[apisix] branch master updated: chore: Bump build-tools version to v2.2.1 (#5111)

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

majunjie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new c12c75d  chore: Bump build-tools version to v2.2.1 (#5111)
c12c75d is described below

commit c12c75dc5d10b5653a4bb8107a293b2c561cb83a
Author: Joey <ma...@apache.org>
AuthorDate: Wed Sep 22 14:13:21 2021 +0800

    chore: Bump build-tools version to v2.2.1 (#5111)
    
    Signed-off-by: imjoey <ma...@apache.org>
---
 .github/workflows/centos7-ci.yml | 2 +-
 utils/linux-install-openresty.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/centos7-ci.yml b/.github/workflows/centos7-ci.yml
index cb38747..7801eb2 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.1.0 https://github.com/api7/apisix-build-tools.git
+        git clone -b v2.2.1 https://github.com/api7/apisix-build-tools.git
         cd apisix-build-tools
         make package type=rpm app=apisix version=${VERSION} checkout=release/${VERSION} image_base=centos image_tag=7 local_code_path=../apisix
         cd ..
diff --git a/utils/linux-install-openresty.sh b/utils/linux-install-openresty.sh
index 9f48819..57b6c51 100755
--- a/utils/linux-install-openresty.sh
+++ b/utils/linux-install-openresty.sh
@@ -26,7 +26,7 @@ sudo apt-get update
 
 if [ "$OPENRESTY_VERSION" == "source" ]; then
     cd ..
-    wget https://raw.githubusercontent.com/api7/apisix-build-tools/v2.0.0/build-apisix-openresty.sh
+    wget https://raw.githubusercontent.com/api7/apisix-build-tools/v2.2.1/build-apisix-openresty.sh
     chmod +x build-apisix-openresty.sh
     ./build-apisix-openresty.sh latest