Skip to content

Commit

Permalink
Add zstd-nginx-module
Browse files Browse the repository at this point in the history
  • Loading branch information
zengxs committed Nov 22, 2024
1 parent 68b3905 commit 6266f53
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
NGINX_VERSION: 1.27.2

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: recursive

Expand Down
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
[submodule "third-deps/sregex"]
path = third-deps/sregex
url = https://github.com/openresty/sregex.git
[submodule "modules/ngx_http_google_filter_module"]
path = modules/ngx_http_google_filter_module
url = https://github.com/cuber/ngx_http_google_filter_module.git
[submodule "modules/zstd-nginx-module"]
path = modules/zstd-nginx-module
url = https://github.com/tokers/zstd-nginx-module.git
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ RUN set -ex \
--add-dynamic-module=/usr/src/modules/headers-more-nginx-module \
--add-dynamic-module=/usr/src/modules/ngx_devel_kit \
--add-dynamic-module=/usr/src/modules/iconv-nginx-module \
--add-dynamic-module=/usr/src/modules/ngx_http_google_filter_module \
--add-dynamic-module=/usr/src/modules/zstd-nginx-module \
| bash -x \
# build modules
&& make modules -j$(nproc) \
Expand Down
1 change: 0 additions & 1 deletion modules/ngx_http_google_filter_module
Submodule ngx_http_google_filter_module deleted from 185817
1 change: 1 addition & 0 deletions modules/zstd-nginx-module
Submodule zstd-nginx-module added at f4ba11

0 comments on commit 6266f53

Please sign in to comment.