Skip to content

Commit

Permalink
ci: use latest version of build tools (#6765)
Browse files Browse the repository at this point in the history
  • Loading branch information
leslie-tsang authored Apr 1, 2022
1 parent 51e75c0 commit 7d430ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/centos7-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ci/centos7-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7d430ba

Please sign in to comment.