File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,9 @@ repo=$(basename "$prev_workdir")
2121workdir=$( mktemp -d)
2222cd " $workdir " || exit 1
2323
24- wget https://openresty.org/download/openresty-1.19.3.1.tar.gz
25- tar -zxvpf openresty-1.19.3.1.tar.gz
24+ or_ver=" 1.19.3.2"
25+ wget https://openresty.org/download/openresty-${or_ver} .tar.gz
26+ tar -zxvpf openresty-${or_ver} .tar.gz
2627
2728if [ " $repo " == ngx_multi_upstream_module ]; then
2829 cp -r " $prev_workdir " .
4647fi
4748
4849cd ngx_multi_upstream_module || exit 1
49- ./patch.sh ../openresty-1.19.3.1
50+ ./patch.sh ../openresty-${or_ver}
5051cd ..
5152
5253cd apisix-nginx-module/patch || exit 1
53- ./patch.sh ../../openresty-1.19.3.1
54+ ./patch.sh ../../openresty-${or_ver}
5455cd ../..
5556
56- cd openresty-1.19.3.1 || exit 1
57+ cd openresty-${or_ver} || exit 1
5758./configure --prefix=" $OR_PREFIX " \
5859 --add-module=../mod_dubbo \
5960 --add-module=../ngx_multi_upstream_module \
You can’t perform that action at this time.
0 commit comments