Skip to content

Commit

Permalink
fix: exclude "async" example from static builds
Browse files Browse the repository at this point in the history
The example starts a multi-threaded tokio runtime in the master process.
  • Loading branch information
bavshin-f5 committed Oct 30, 2024
1 parent 131e3e4 commit 6f2d4eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nginx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
fail-fast: false
matrix:
module:
# static
- static
- dynamic
nginx-ref:
# master
Expand Down
2 changes: 1 addition & 1 deletion examples/config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ngx_cargo_profile=ngx-module
if [ $HTTP = YES ]; then
ngx_module_type=HTTP

if :; then
if [ "$ngx_module_link" = DYNAMIC ]; then
ngx_module_name=ngx_http_async_module
ngx_module_lib=async

Expand Down

0 comments on commit 6f2d4eb

Please sign in to comment.