Skip to content

Commit

Permalink
chore(ci): fix build options to match signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
kjdev committed Nov 12, 2024
1 parent 37d3ce0 commit 00d4368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
tar xf nginx-${nginx_version}.tar.gz
cd nginx-${nginx_version}
opt=$(nginx -V 2>&1 | tail -1 | sed -e 's/configure arguments://' -e 's| --add-dynamic-module=[^ ]*||g')
./configure ${opt} --add-dynamic-module=../
./configure ${opt} --add-dynamic-module=../ --with-cc-opt='-DNGX_HTTP_HEADERS'
make
mkdir -p /usr/lib/nginx/modules
cp objs/ngx_http_keyval_module.so /usr/lib/nginx/modules/
Expand Down

0 comments on commit 00d4368

Please sign in to comment.