@@ -67,30 +67,30 @@ function download_deps()
6767 wget -P download-cache https://github.com/openssl/openssl/releases/download/openssl-$OPENSSL_VER /openssl-$OPENSSL_VER .tar.gz
6868 fi
6969
70- git_download clone https://github.com/openresty/test-nginx.git
71- git_download clone https://github.com/openresty/openresty.git ../openresty
72- git_download clone https://github.com/openresty/no-pool-nginx.git ../no-pool-nginx
73- git_download clone https://github.com/openresty/openresty-devel-utils.git
74- git_download clone https://github.com/openresty/mockeagain.git
75- git_download clone https://github.com/openresty/lua-cjson.git lua-cjson
76- git_download clone https://github.com/openresty/lua-upstream-nginx-module.git ../lua-upstream-nginx-module
77- git_download clone https://github.com/openresty/echo-nginx-module.git ../echo-nginx-module
78- git_download clone https://github.com/openresty/nginx-eval-module.git ../nginx-eval-module
79- git_download clone https://github.com/simpl/ngx_devel_kit.git ../ndk-nginx-module
80- git_download clone https://github.com/FRiCKLE/ngx_coolkit.git ../coolkit-nginx-module
81- git_download clone https://github.com/openresty/headers-more-nginx-module.git ../headers-more-nginx-module
82- git_download clone https://github.com/openresty/drizzle-nginx-module.git ../drizzle-nginx-module
83- git_download clone https://github.com/openresty/set-misc-nginx-module.git ../set-misc-nginx-module
84- git_download clone https://github.com/openresty/memc-nginx-module.git ../memc-nginx-module
85- git_download clone https://github.com/openresty/rds-json-nginx-module.git ../rds-json-nginx-module
86- git_download clone https://github.com/openresty/srcache-nginx-module.git ../srcache-nginx-module
87- git_download clone https://github.com/openresty/redis2-nginx-module.git ../redis2-nginx-module
88- git_download clone https://github.com/openresty/lua-resty-core.git ../lua-resty-core
89- git_download clone https://github.com/openresty/lua-resty-lrucache.git ../lua-resty-lrucache
90- git_download clone https://github.com/openresty/lua-resty-mysql.git ../lua-resty-mysql
91- git_download clone https://github.com/openresty/lua-resty-string.git ../lua-resty-string
92- git_download clone https://github.com/openresty/stream-lua-nginx-module.git ../stream-lua-nginx-module
93- git_download clone -b v2.1-agentzh https://github.com/openresty/luajit2.git luajit2
70+ git_download https://github.com/openresty/test-nginx.git
71+ git_download https://github.com/openresty/openresty.git ../openresty
72+ git_download https://github.com/openresty/no-pool-nginx.git ../no-pool-nginx
73+ git_download https://github.com/openresty/openresty-devel-utils.git
74+ git_download https://github.com/openresty/mockeagain.git
75+ git_download https://github.com/openresty/lua-cjson.git lua-cjson
76+ git_download https://github.com/openresty/lua-upstream-nginx-module.git ../lua-upstream-nginx-module
77+ git_download https://github.com/openresty/echo-nginx-module.git ../echo-nginx-module
78+ git_download https://github.com/openresty/nginx-eval-module.git ../nginx-eval-module
79+ git_download https://github.com/simpl/ngx_devel_kit.git ../ndk-nginx-module
80+ git_download https://github.com/FRiCKLE/ngx_coolkit.git ../coolkit-nginx-module
81+ git_download https://github.com/openresty/headers-more-nginx-module.git ../headers-more-nginx-module
82+ git_download https://github.com/openresty/drizzle-nginx-module.git ../drizzle-nginx-module
83+ git_download https://github.com/openresty/set-misc-nginx-module.git ../set-misc-nginx-module
84+ git_download https://github.com/openresty/memc-nginx-module.git ../memc-nginx-module
85+ git_download https://github.com/openresty/rds-json-nginx-module.git ../rds-json-nginx-module
86+ git_download https://github.com/openresty/srcache-nginx-module.git ../srcache-nginx-module
87+ git_download https://github.com/openresty/redis2-nginx-module.git ../redis2-nginx-module
88+ git_download https://github.com/openresty/lua-resty-core.git ../lua-resty-core
89+ git_download https://github.com/openresty/lua-resty-lrucache.git ../lua-resty-lrucache
90+ git_download https://github.com/openresty/lua-resty-mysql.git ../lua-resty-mysql
91+ git_download https://github.com/openresty/lua-resty-string.git ../lua-resty-string
92+ git_download https://github.com/openresty/stream-lua-nginx-module.git ../stream-lua-nginx-module
93+ git_download -b v2.1-agentzh https://github.com/openresty/luajit2.git luajit2
9494}
9595
9696function make_deps()
0 commit comments