Skip to content

Commit

Permalink
Use NGX_OTEL_DEV when building nginx-otel module.
Browse files Browse the repository at this point in the history
  • Loading branch information
dplotnikov-f5 committed Mar 7, 2024
1 parent d90d8c4 commit 9c686ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nginx-otel-module-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
- name: Build module
working-directory: build
run: |
cmake -DNGX_OTEL_NGINX_BUILD_DIR=${PWD}/../nginx/objs ..
cmake -DNGX_OTEL_NGINX_BUILD_DIR=${PWD}/../nginx/objs \
-DNGX_OTEL_DEV=ON ..
make -j 4
strip ngx_otel_module.so
- name: Archive module
Expand Down

0 comments on commit 9c686ec

Please sign in to comment.