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 3636 - NGX_BUILD_JOBS=$JOBS
3737 - TEST_NGINX_SLEEP=0.006
3838 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
4242
4343services :
4444 - memcache
@@ -80,7 +80,7 @@ script:
8080 - cd mockeagain/ && make CC=$CC -j$JOBS && cd ..
8181 - tar zxf download-cache/openssl-$OPENSSL_VER.tar.gz
8282 - 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)
8484 - make -j$JOBS > build.log 2>&1 || (cat build.log && exit 1)
8585 - sudo make PATH=$PATH install_sw > build.log 2>&1 || (cat build.log && exit 1)
8686 - cd ..
You can’t perform that action at this time.
0 commit comments