Skip to content

Commit eb2b57f

Browse files
tests: fixed CI.
1 parent cc8b067 commit eb2b57f

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ install:
8989
- wget https://github.com/openresty/openresty-deps-prebuild/releases/download/v20230902/boringssl-20230902-x64-focal.tar.gz
9090
- wget https://github.com/openresty/openresty-deps-prebuild/releases/download/v20230902/curl-h3-x64-focal.tar.gz
9191
- git clone https://github.com/openresty/test-nginx.git
92-
- git clone https://github.com/openresty/openresty.git
92+
- git clone https://github.com/openresty/openresty.git ../openresty
9393
- git clone https://github.com/openresty/no-pool-nginx.git ../no-pool-nginx
9494
- git clone https://github.com/openresty/openresty-devel-utils.git
9595
- git clone https://github.com/openresty/mockeagain.git

src/ngx_http_lua_ssl_client_helloby.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ ngx_http_lua_ssl_client_hello_handler(ngx_ssl_conn_t *ssl_conn,
193193
ngx_http_lua_ssl_ctx_t *cctx;
194194
ngx_http_core_srv_conf_t *cscf;
195195

196-
197196
c = ngx_ssl_get_connection(ssl_conn);
198197

199198
ngx_log_debug1(NGX_LOG_DEBUG_HTTP, c->log, 0,

util/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ time ngx-build $force $version \
6767
--with-http_dav_module \
6868
--with-select_module \
6969
--with-poll_module \
70-
$opts \
71-
--with-debug
70+
$opts \
71+
--with-debug
7272

0 commit comments

Comments
 (0)