Skip to content

Commit 576b866

Browse files
authored
change: remove amesh from apisix-base (#318)
1 parent 4158894 commit 576b866

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

build-apisix-base.sh

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ if ([ $# -gt 0 ] && [ "$1" == "latest" ]) || [ "$version" == "latest" ]; then
1616
wasm_nginx_module_ver="main"
1717
lua_var_nginx_module_ver="master"
1818
grpc_client_nginx_module_ver="main"
19-
amesh_ver="main"
2019
debug_args="--with-debug"
2120
OR_PREFIX=${OR_PREFIX:="/usr/local/openresty-debug"}
2221
else
@@ -26,7 +25,6 @@ else
2625
wasm_nginx_module_ver="0.6.5"
2726
lua_var_nginx_module_ver="v0.5.3"
2827
grpc_client_nginx_module_ver="v0.4.3"
29-
amesh_ver="main"
3028
debug_args=${debug_args:-}
3129
OR_PREFIX=${OR_PREFIX:="/usr/local/openresty"}
3230
fi
@@ -87,14 +85,6 @@ else
8785
grpc-client-nginx-module-${grpc_client_nginx_module_ver}
8886
fi
8987

90-
if [ "$repo" == amesh ]; then
91-
cp -r "$prev_workdir" ./amesh-${amesh_ver}
92-
else
93-
git clone --depth=1 -b $amesh_ver \
94-
https://github.com/api7/amesh \
95-
amesh-${amesh_ver}
96-
fi
97-
9888
cd ngx_multi_upstream_module-${ngx_multi_upstream_module_ver} || exit 1
9989
./patch.sh ../openresty-${OPENRESTY_VERSION}
10090
cd ..
@@ -196,10 +186,6 @@ cd grpc-client-nginx-module-${grpc_client_nginx_module_ver} || exit 1
196186
sudo OPENRESTY_PREFIX="$OR_PREFIX" make install
197187
cd ..
198188

199-
cd amesh-${amesh_ver} || exit 1
200-
sudo OPENRESTY_PREFIX="$OR_PREFIX" sh -c 'PATH="${PATH}:/usr/local/go/bin" make install'
201-
cd ..
202-
203189
# package etcdctl
204190
ETCD_ARCH="amd64"
205191
ETCD_VERSION=${ETCD_VERSION:-'3.5.4'}

0 commit comments

Comments
 (0)