Skip to content

Commit

Permalink
chore(build): use wasmx_dynamic_mod to mark dynamic module as created (
Browse files Browse the repository at this point in the history
  • Loading branch information
fffonion authored Jun 17, 2024
1 parent 8fdfb46 commit 83c4815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/openresty/BUILD.openresty.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ configure_make(
],
out_lib_dir = "",
out_shared_libs = select({
"@kong//:wasmx_flag": [
"@kong//:wasmx_dynamic_mod": [
"nginx/modules/ngx_wasmx_module.so",
],
"//conditions:default": [],
Expand Down

1 comment on commit 83c4815

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bazel Build

Docker image available kong/kong:83c481506fa6d349379b5029fe29fe23dcd15667
Artifacts available https://github.com/Kong/kong/actions/runs/9543362833

Please sign in to comment.