Skip to content

Commit e3c904a

Browse files
authored
fix(ci): remove lualdap deps (#11829)
1 parent f3c81b5 commit e3c904a

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

apisix-master-0.rockspec

-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ dependencies = {
7171
"ext-plugin-proto = 0.6.1",
7272
"casbin = 1.41.9-1",
7373
"inspect == 3.1.1",
74-
"lualdap = 1.2.6-1",
7574
"lua-resty-rocketmq = 0.3.0-0",
7675
"opentelemetry-lua = 0.2-3",
7776
"net-url = 0.9-1",

ci/common.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ GRPC_SERVER_EXAMPLE_VER=20210819
182182

183183
linux_get_dependencies () {
184184
apt update
185-
apt install -y cpanminus build-essential libncurses5-dev libreadline-dev libssl-dev perl libpcre3 libpcre3-dev libldap2-dev
185+
apt install -y cpanminus build-essential libncurses5-dev libreadline-dev libssl-dev perl libpcre3 libpcre3-dev
186186
apt-get install -y libyaml-dev
187187
wget https://github.com/mikefarah/yq/releases/download/3.4.1/yq_linux_amd64 -O /usr/bin/yq && sudo chmod +x /usr/bin/yq
188188
}

ci/linux-install-openresty.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ sudo add-apt-repository -y "deb https://openresty.org/package/${arch_path}ubuntu
3535
sudo add-apt-repository -y "deb http://repos.apiseven.com/packages/${arch_path}debian bullseye main"
3636

3737
sudo apt-get update
38-
sudo apt-get install -y libldap2-dev openresty-pcre-dev openresty-zlib-dev build-essential gcc g++ cpanminus
38+
sudo apt-get install -y openresty-pcre-dev openresty-zlib-dev build-essential gcc g++ cpanminus
3939

4040
SSL_LIB_VERSION=${SSL_LIB_VERSION-openssl}
4141
ENABLE_FIPS=${ENABLE_FIPS:-"false"}

utils/install-dependencies.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ function install_dependencies_with_apt() {
7878
sudo apt-get update
7979

8080
# install some compilation tools
81-
sudo apt-get install -y curl make gcc g++ cpanminus libpcre3 libpcre3-dev libldap2-dev libyaml-dev unzip openresty-zlib-dev openresty-pcre-dev
81+
sudo apt-get install -y curl make gcc g++ cpanminus libpcre3 libpcre3-dev libyaml-dev unzip openresty-zlib-dev openresty-pcre-dev
8282
}
8383

8484
# Identify the different distributions and call the corresponding function

0 commit comments

Comments
 (0)