Skip to content

Commit

Permalink
Find sort modules
Browse files Browse the repository at this point in the history
To load first ndk in dynamic modules
  • Loading branch information
joanhey committed Feb 18, 2024
1 parent b52c736 commit c3985c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ngx-php/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ${NGX_PATH}/nginx -V
export PATH=${NGX_PATH}:$PATH
NGX_MODULE_PATH=`pwd`'/nginx/modules'
if [ -d "${NGX_MODULE_PATH}" ]; then
for file in `\find ${NGX_MODULE_PATH} -name '*.so'`; do
for file in `\find ${NGX_MODULE_PATH} -name '*.so' | sort -h | xargs find`; do
TEST_NGINX_LOAD_MODULES="${TEST_NGINX_LOAD_MODULES}${file} "
done
export TEST_NGINX_LOAD_MODULES
Expand Down

0 comments on commit c3985c7

Please sign in to comment.