Skip to content

Commit

Permalink
feat(secret): use api7-lua-resty-aws
Browse files Browse the repository at this point in the history
  • Loading branch information
HuanXin-Chen committed Aug 10, 2024
1 parent 10bfb04 commit d7b6d38
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion apisix-master-0.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ dependencies = {
"lua-resty-t1k = 1.1.5",
"brotli-ffi = 0.3-1",
"lua-ffi-zlib = 0.6-0",
"lua-resty-aws == 1.5.0",
"api7-lua-resty-aws == 2.0.0-1",
"luatz == 0.4",
}

Expand Down
2 changes: 0 additions & 2 deletions ci/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,6 @@ linux_get_dependencies () {
apt update
apt install -y cpanminus build-essential libncurses5-dev libreadline-dev libssl-dev perl libpcre3 libpcre3-dev libldap2-dev
apt-get install -y libyaml-dev
wget https://github.com/libexpat/libexpat/releases/download/R_2_5_0/expat-2.5.0.tar.gz
tar -xzf expat-2.5.0.tar.gz && cd expat-2.5.0 && ./configure && sudo make install && cd ..
wget https://github.com/mikefarah/yq/releases/download/3.4.1/yq_linux_amd64 -O /usr/bin/yq && sudo chmod +x /usr/bin/yq
}

Expand Down
2 changes: 0 additions & 2 deletions utils/install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@ function install_apisix_runtime() {
chmod +x build-apisix-runtime.sh
./build-apisix-runtime.sh latest
rm build-apisix-runtime.sh
wget https://github.com/libexpat/libexpat/releases/download/R_2_5_0/expat-2.5.0.tar.gz
tar -xzf expat-2.5.0.tar.gz && cd expat-2.5.0 && ./configure && sudo make install && cd ..
}

# Install LuaRocks
Expand Down

0 comments on commit d7b6d38

Please sign in to comment.