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 36
36
- NGX_BUILD_JOBS=$JOBS
37
37
- TEST_NGINX_SLEEP=0.006
38
38
matrix :
39
- - NGINX_VERSION=1.15.8 OPENSSL_VER=1.0.2s OPENSSL_OPT=""
40
- - NGINX_VERSION=1.15.8 OPENSSL_VER=1.1.0k OPENSSL_OPT=""
41
- - NGINX_VERSION=1.15.8 OPENSSL_VER=1.1.1c OPENSSL_OPT=""
39
+ - NGINX_VERSION=1.17.1 OPENSSL_VER=1.0.2s
40
+ - NGINX_VERSION=1.17.1 OPENSSL_VER=1.1.0k
41
+ - NGINX_VERSION=1.17.1 OPENSSL_VER=1.1.1c
42
42
43
43
services :
44
44
- memcache
@@ -80,7 +80,7 @@ script:
80
80
- cd mockeagain/ && make CC=$CC -j$JOBS && cd ..
81
81
- tar zxf download-cache/openssl-$OPENSSL_VER.tar.gz
82
82
- cd openssl-$OPENSSL_VER/
83
- - ./config no-threads shared enable-ssl3 enable-ssl3-method $OPENSSL_OPT -g --prefix=$OPENSSL_PREFIX -DPURIFY > build.log 2>&1 || (cat build.log && exit 1)
83
+ - ./config no-threads shared enable-ssl3 enable-ssl3-method -g --prefix=$OPENSSL_PREFIX -DPURIFY > build.log 2>&1 || (cat build.log && exit 1)
84
84
- make -j$JOBS > build.log 2>&1 || (cat build.log && exit 1)
85
85
- sudo make PATH=$PATH install_sw > build.log 2>&1 || (cat build.log && exit 1)
86
86
- cd ..
You can’t perform that action at this time.
0 commit comments