File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 44
44
- TEST_NGINX_SLEEP=0.006
45
45
matrix :
46
46
# - NGINX_VERSION=1.21.4 OPENSSL_VER=1.1.12
47
- - NGINX_VERSION=1.25.3 OPENSSL_VER=1.1.1w
48
- - NGINX_VERSION=1.25.3 OPENSSL_VER=1.1.1w USE_PCRE2=Y
47
+ - NGINX_VERSION=1.27.0 OPENSSL_VER=1.1.1w
48
+ - NGINX_VERSION=1.27.0 OPENSSL_VER=1.1.1w USE_PCRE2=Y
49
49
50
50
services :
51
51
- memcache
52
52
- redis-server
53
53
54
54
install :
55
- - sudo apt update
56
- - sudo apt install --only-upgrade ca-certificates
57
55
- if [ "$USE_PCRE2" != "Y" ] && [ ! -f download-cache/pcre-$PCRE_VER.tar.gz ]; then wget -P download-cache/ https://downloads.sourceforge.net/project/pcre/pcre/${PCRE_VER}/pcre-${PCRE_VER}.tar.gz; fi
58
56
- if [ "$USE_PCRE2" = "Y" ] && [ ! -f download-cache/pcre2-$PCRE2_VER.tar.gz ]; then wget -P download-cache https://downloads.sourceforge.net/project/pcre/pcre2/${PCRE2_VER}/pcre2-${PCRE2_VER}.tar.gz; fi
59
57
- if [ ! -f download-cache/openssl-$OPENSSL_VER.tar.gz ]; then wget -P download-cache https://www.openssl.org/source/openssl-$OPENSSL_VER.tar.gz || wget -P download-cache https://www.openssl.org/source/old/${OPENSSL_VER//[a-z]/}/openssl-$OPENSSL_VER.tar.gz; fi
60
58
- git clone https://github.com/openresty/openresty-devel-utils.git
61
59
- git clone https://github.com/openresty/lua-cjson.git
62
- - git clone https://github.com/openresty /openresty.git ../openresty
60
+ - git clone -b bump-1.27.0 https://github.com/xiaocang /openresty.git ../openresty
63
61
- git clone https://github.com/openresty/no-pool-nginx.git ../no-pool-nginx
64
62
- git clone https://github.com/simpl/ngx_devel_kit.git ../ndk-nginx-module
65
63
- git clone https://github.com/openresty/mockeagain.git
You can’t perform that action at this time.
0 commit comments