Skip to content

Commit

Permalink
bumped ngx_lua to 0.10.24, ngx_stream_lua to 0.0.13, lua-resty-core t…
Browse files Browse the repository at this point in the history
…o 0.1.26. (openresty#898)

* bumped lua-resty-upstream-healthcheck version to 0.08.

* tests: disable ipv6 for linux s390x.

* bumped version to 1.21.4.2.
  • Loading branch information
xiaocang committed Mar 23, 2023
1 parent 0d32bd9 commit f8e4710
Show file tree
Hide file tree
Showing 4 changed files with 239 additions and 237 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ _linux-s390x: &linux-s390x
- libpcre3-dev
- mercurial
- libpq-dev
before_install:
- sudo sysctl -w net.ipv6.conf.all.disable_ipv6=1
install:
- cpanm --sudo --notest Test::Nginx IPC::Run3 > build.log 2>&1 || (cat build.log && exit 1)
- 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
Expand Down
Loading

0 comments on commit f8e4710

Please sign in to comment.