Skip to content

Commit f6e5002

Browse files
authored
feat(shdict): multi-subsystems lua_shared_dict support (#196)
* feat(shdict): multi-subsystems lua_shared_dict support * for CI pass * move add module * revert branch * fix indent * update apisix-nginx-module version * for trigger CI * for trigger CI
1 parent a454e92 commit f6e5002

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build-apisix-base.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if ([ $# -gt 0 ] && [ "$1" == "latest" ]) || [ "$version" == "latest" ]; then
1515
else
1616
ngx_multi_upstream_module_ver="-b 1.0.1"
1717
mod_dubbo_ver="-b 1.0.2"
18-
apisix_nginx_module_ver="-b 1.7.0"
18+
apisix_nginx_module_ver="-b 1.8.0"
1919
wasm_nginx_module_ver="-b 0.6.0"
2020
lua_var_nginx_module_ver="-b v0.5.2"
2121
debug_args=${debug_args:-}
@@ -92,6 +92,7 @@ cd openresty-${or_ver} || exit 1
9292
--add-module=../ngx_multi_upstream_module \
9393
--add-module=../apisix-nginx-module \
9494
--add-module=../apisix-nginx-module/src/stream \
95+
--add-module=../apisix-nginx-module/src/meta \
9596
--add-module=../wasm-nginx-module \
9697
--add-module=../lua-var-nginx-module \
9798
--with-poll_module \

0 commit comments

Comments
 (0)