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 1515 - NGINX_PREFIX=/opt/nginx
1616 matrix :
1717 - NGINX_VERSION=1.18.0
18- - NGINX_VERSION=1.19.0
18+ - NGINX_VERSION=1.19.2
1919
2020before_install :
2121 - mkdir --parents download-cache
2222 - sudo apt-get update -qq
2323 - sudo apt-get install -qq zlib1g-dev libpcre3-dev cpanminus
2424 # Get OpenSSL 1.0.2 from Ubuntu Xenial
2525 # https://packages.ubuntu.com/xenial-updates/libssl1.0.0
26- - test -f download-cache/libssl1.0.0_1.0.2g-1ubuntu4.16_amd64.deb || wget -O download-cache/libssl1.0.0_1.0.2g-1ubuntu4.16_amd64 .deb "http://de.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.0.0_1.0.2g-1ubuntu4.16_amd64 .deb"
26+ - test -f download-cache/libssl1.0.0_1.0.2g-1ubuntu4.16_amd64.deb || wget -O download-cache/libssl1.0.0_1.0.2g-1ubuntu4.17_amd64 .deb "http://de.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.0.0_1.0.2g-1ubuntu4.17_amd64 .deb"
2727 # https://packages.ubuntu.com/xenial/libssl-dev
28- - test -f download-cache/libssl-dev_1.0.2g-1ubuntu4.16_amd64.deb || wget -O download-cache/libssl-dev_1.0.2g-1ubuntu4.16_amd64 .deb "http://de.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl-dev_1.0.2g-1ubuntu4.16_amd64 .deb"
28+ - test -f download-cache/libssl-dev_1.0.2g-1ubuntu4.16_amd64.deb || wget -O download-cache/libssl-dev_1.0.2g-1ubuntu4.17_amd64 .deb "http://de.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl-dev_1.0.2g-1ubuntu4.17_amd64 .deb"
2929 - sudo dpkg -i download-cache/libssl*_amd64.deb
3030 # Test::Nginx
3131 - git clone https://github.com/openresty/test-nginx.git test-nginx
You can’t perform that action at this time.
0 commit comments