Skip to content

Commit

Permalink
fix(build): force invalidation of wasm related env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
locao committed Jan 22, 2024
1 parent c546297 commit 23e6aa0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,6 @@ time to control how the ngx_wasm_module repository is sourced:
tells bazel to build from a branch rather than using the tag found in our
`.requirements` file

**NOTE:** these environment variables currently do not integrate very well with
bazel's cache mechanism, so you may need to clear cache after changing their value.

## Cross compiling

Cross compiling is currently only tested on Ubuntu 22.04 x86_64 with following targeting platforms:
Expand Down
1 change: 1 addition & 0 deletions build/kong_bindings.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ load_bindings = repository_rule(
"INSTALL_DESTDIR",
"RPM_SIGNING_KEY_FILE",
"NFPM_RPM_PASSPHRASE",
"NGX_WASM_MODULE_BRANCH",
"NGX_WASM_MODULE_REMOTE",
],
)

0 comments on commit 23e6aa0

Please sign in to comment.