Skip to content

Commit

Permalink
test with 1.21.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw committed Apr 20, 2023
1 parent e0c79bb commit efd0f38
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 19 deletions.
1 change: 0 additions & 1 deletion .github/workflows/setup_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ kong-ngx-build \
--luarocks $LUAROCKS \
--openssl $OPENSSL \
--debug \
--no-openresty-patches \
-j $JOBS

export PATH=$OPENSSL_INSTALL/bin:$OPENRESTY_INSTALL/nginx/sbin:$OPENRESTY_INSTALL/bin:$LUAROCKS_INSTALL/bin:$PATH
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- openresty: "1.19.9.1"
luarocks: "3.8.0"
openssl: "1.1.1m"
- openresty: "1.21.4.2rc1"
- openresty: "1.21.4.1"
luarocks: "3.9.1"
openssl: "1.1.1q"

Expand Down
17 changes: 0 additions & 17 deletions stream/config
Original file line number Diff line number Diff line change
@@ -1,20 +1,3 @@
# search stream_lua's src path
for inc in $CORE_INCS
do
stream_lua_path=${inc%/api}

if [ "$inc" != "$stream_lua_path" ]; then

stream_lua_header="$stream_lua_path/ngx_stream_lua_common.h"

if [ -f "$stream_lua_header" ]; then
CORE_INCS="$CORE_INCS $stream_lua_path"
break
fi

fi
done

ngx_module_type=STREAM
ngx_module_name=ngx_stream_lua_kong_module
ngx_module_srcs="$ngx_addon_dir/src/ngx_stream_lua_kong_module.c"
Expand Down

0 comments on commit efd0f38

Please sign in to comment.