Skip to content

Commit

Permalink
chore(build): do not download ngx_brotli with '--//:brotli=false'
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha authored and locao committed Jul 10, 2024
1 parent d7cbee6 commit 89db647
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build/openresty/BUILD.openresty.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,12 @@ configure_make(
"@lua-kong-nginx-module//:all_srcs",
"@lua-resty-events//:all_srcs",
"@lua-resty-lmdb//:all_srcs",
"@ngx_brotli//:all_srcs",
] + select({
"@kong//:brotli_flag": [
"@ngx_brotli//:all_srcs",
],
"//conditions:default": [],
}) + select({
"@kong//:wasmx_flag": [
"@ngx_wasmx_module//:all_srcs",
# wasm_runtime has to be a "data" (target) instead of "build_data" (exec)
Expand Down

0 comments on commit 89db647

Please sign in to comment.