Skip to content

Commit b9e6f01

Browse files
tests: upgrade nginx to 1.25.1.
1 parent 6d1d36c commit b9e6f01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
sudo: required
2-
dist: bionic
2+
dist: focal
33

44
os: linux
55

@@ -35,7 +35,7 @@ env:
3535
- TEST_NGINX_SLEEP=0.006
3636
- LUACHECK_VER=0.21.1
3737
jobs:
38-
- NGINX_VERSION=1.21.4
38+
- NGINX_VERSION=1.25.1
3939

4040
before_install:
4141
- sudo luarocks install luacheck $LUACHECK_VER
@@ -71,7 +71,7 @@ script:
7171
- cd ..
7272
- export PATH=$PWD/work/nginx/sbin:$PWD/nginx-devel-utils:$PATH
7373
- export NGX_BUILD_CC=$CC
74-
- ngx-build $NGINX_VERSION --with-ipv6 --with-http_realip_module --with-http_ssl_module --with-cc-opt="-I$OPENSSL_INC" --with-ld-opt="-L$OPENSSL_LIB -Wl,-rpath,$OPENSSL_LIB" --add-module=../echo-nginx-module --add-module=../lua-nginx-module --add-module=../stream-lua-nginx-module --with-stream --with-stream_ssl_module --with-debug > build.log 2>&1 || (cat build.log && exit 1)
74+
- ngx-build $NGINX_VERSION --without-pcre2 --with-ipv6 --with-http_realip_module --with-http_ssl_module --with-cc-opt="-I$OPENSSL_INC" --with-ld-opt="-L$OPENSSL_LIB -Wl,-rpath,$OPENSSL_LIB" --add-module=../echo-nginx-module --add-module=../lua-nginx-module --add-module=../stream-lua-nginx-module --with-stream --with-stream_ssl_module --with-debug > build.log 2>&1 || (cat build.log && exit 1)
7575
- nginx -V
7676
- ldd `which nginx`|grep -E 'luajit|ssl|pcre'
7777
- docker run -d -p 6379:6379 --rm --name redis-redisbloom redislabs/rebloom:latest

0 commit comments

Comments
 (0)