File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 36
36
- NGX_BUILD_JOBS=$JOBS
37
37
- TEST_NGINX_SLEEP=0.006
38
38
matrix :
39
- - NGINX_VERSION=1.17.8 OPENSSL_VER=1.0.2t
39
+ - NGINX_VERSION=1.17.8 OPENSSL_VER=1.0.2u
40
40
- NGINX_VERSION=1.17.8 OPENSSL_VER=1.1.0l
41
- - NGINX_VERSION=1.17.8 OPENSSL_VER=1.1.1d
41
+ - NGINX_VERSION=1.17.8 OPENSSL_VER=1.1.1f
42
42
43
43
services :
44
44
- memcache
45
45
- redis-server
46
46
47
47
install :
48
48
- if [ ! -f download-cache/pcre-$PCRE_VER.tar.gz ]; then wget -P download-cache/ http://ftp.cs.stanford.edu/pub/exim/pcre/pcre-$PCRE_VER.tar.gz; fi
49
- - if [ ! -f download-cache/openssl-$OPENSSL_VER.tar.gz ]; then wget -P download-cache https://www.openssl.org/source/openssl-$OPENSSL_VER.tar.gz; fi
49
+ - 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
50
50
- git clone https://github.com/openresty/openresty-devel-utils.git
51
51
- git clone https://github.com/openresty/lua-cjson.git
52
52
- git clone https://github.com/openresty/openresty.git ../openresty
You can’t perform that action at this time.
0 commit comments