File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ language: c
77
88compiler :
99 - gcc
10- - clang
1110
1211cache :
1312 directories :
2524 - OPENSSL_PREFIX=/opt/ssl
2625 - OPENSSL_LIB=$OPENSSL_PREFIX/lib
2726 - OPENSSL_INC=$OPENSSL_PREFIX/include
28- - OPENSSL_VER=1.0.2h
2927 - LD_LIBRARY_PATH=$LUAJIT_LIB:$LD_LIBRARY_PATH
3028 - TEST_NGINX_SLEEP=0.006
3129 matrix :
32- - NGINX_VERSION=1.9.15
33- - NGINX_VERSION=1.11.2
30+ - NGINX_VERSION=1.17.8 OPENSSL_VER=1.1.0l
31+ - NGINX_VERSION=1.19.9 OPENSSL_VER=1.1.1k
3432
3533install :
3634 - if [ ! -d download-cache ]; then mkdir download-cache; fi
@@ -42,6 +40,8 @@ install:
4240 - git clone https://github.com/openresty/nginx-devel-utils.git
4341 - git clone https://github.com/simpl/ngx_devel_kit.git ../ndk-nginx-module
4442 - git clone https://github.com/openresty/lua-nginx-module.git ../lua-nginx-module
43+ - git clone https://github.com/openresty/lua-resty-core.git ../lua-resty-core
44+ - git clone https://github.com/openresty/lua-resty-lrucache.git ../lua-resty-lrucache
4545 - git clone https://github.com/openresty/no-pool-nginx.git ../no-pool-nginx
4646 - git clone -b v2.1-agentzh https://github.com/openresty/luajit2.git
4747 - git clone https://github.com/openresty/mockeagain.git
You can’t perform that action at this time.
0 commit comments