File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,14 @@ if [ $# -gt 0 ] && [ "$1" == "latest" ]; then
6
6
ngx_multi_upstream_module_ver=" "
7
7
mod_dubbo_ver=" "
8
8
apisix_nginx_module_ver=" "
9
+ lua_var_nginx_module_ver=" "
9
10
debug_args=" --with-debug"
10
11
OR_PREFIX=${OR_PREFIX:= " /usr/local/openresty-debug" }
11
12
else
12
13
ngx_multi_upstream_module_ver=" -b 1.0.0"
13
14
mod_dubbo_ver=" -b 1.0.0"
14
15
apisix_nginx_module_ver=" -b 1.0.0"
16
+ lua_var_nginx_module_ver=" -b v0.5.2"
15
17
debug_args=
16
18
OR_PREFIX=${OR_PREFIX:= " /usr/local/openresty" }
17
19
fi
46
48
https://github.com/api7/apisix-nginx-module.git
47
49
fi
48
50
51
+ if [ " $repo " == lua-var-nginx-module ]; then
52
+ cp -r " $prev_workdir " .
53
+ else
54
+ git clone --depth=1 $lua_var_nginx_module_ver \
55
+ https://github.com/api7/lua-var-nginx-module
56
+ fi
57
+
49
58
cd ngx_multi_upstream_module || exit 1
50
59
./patch.sh ../openresty-${or_ver}
51
60
cd ..
@@ -65,6 +74,7 @@ cd openresty-${or_ver} || exit 1
65
74
--add-module=../mod_dubbo \
66
75
--add-module=../ngx_multi_upstream_module \
67
76
--add-module=../apisix-nginx-module \
77
+ --add-module=../lua-var-nginx-module \
68
78
$debug_args \
69
79
--with-poll_module \
70
80
--with-pcre-jit \
You can’t perform that action at this time.
0 commit comments